17
0

10 Commits

Author SHA256 Message Date
742dd82e98 Accepting request 1322755 from KDE:Frameworks
KDE Frameworks 6.21

OBS-URL: https://build.opensuse.org/request/show/1322755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-syntax-highlighting?expand=0&rev=22
2025-12-16 14:52:36 +00:00
Christophe Marin
1f0c55267d KDE Frameworks 6.21
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-syntax-highlighting?expand=0&rev=46
2025-12-13 09:41:30 +00:00
07b93937df Accepting request 1317930 from KDE:Frameworks
KDE Frameworks 6.20.0

OBS-URL: https://build.opensuse.org/request/show/1317930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-syntax-highlighting?expand=0&rev=21
2025-11-17 11:12:59 +00:00
Christophe Marin
a77f8e749e KDE Frameworks 6.20
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-syntax-highlighting?expand=0&rev=44
2025-11-14 19:02:39 +00:00
6cab5555c8 Accepting request 1310890 from KDE:Frameworks
KDE Frameworks 6.19.0 (forwarded request 1310520 from krop)

OBS-URL: https://build.opensuse.org/request/show/1310890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-syntax-highlighting?expand=0&rev=20
2025-10-12 20:23:12 +00:00
Christophe Marin
dc8a447f62 KDE Frameworks 6.19.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-syntax-highlighting?expand=0&rev=42
2025-10-12 06:17:49 +00:00
5a55f77707 Accepting request 1304444 from KDE:Frameworks
KDE Frameworks 6.18 (forwarded request 1303540 from krop)

OBS-URL: https://build.opensuse.org/request/show/1304444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-syntax-highlighting?expand=0&rev=19
2025-09-15 17:50:12 +00:00
Christophe Marin
7d16ce6506 KDE Frameworks 6.18
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-syntax-highlighting?expand=0&rev=40
2025-09-12 19:36:46 +00:00
87c75525f4 Accepting request 1298582 from KDE:Frameworks
KDE Frameworks 5.17 (forwarded request 1298400 from krop)

OBS-URL: https://build.opensuse.org/request/show/1298582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-syntax-highlighting?expand=0&rev=18
2025-08-09 17:58:41 +00:00
Christophe Marin
58570cf88a KDE Frameworks 5.17
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-syntax-highlighting?expand=0&rev=38
2025-08-09 08:27:30 +00:00
6 changed files with 152 additions and 13 deletions

View File

@@ -1,3 +1,142 @@
-------------------------------------------------------------------
Fri Dec 12 20:17:37 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.21.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.21.0
- Changes since 6.20.0:
* Update dependency version to 6.21.0
* spdx-comments.xml: update SPDX licenses
* Add support for new wayland interface delimiter
* fix(cmake.xml): `CACHE{name}` also can be in `if`, `elseif`, and `while`
* misc: update comment in `cmake.xml` generator
* update cmake refs to new hl state
* replace regex where possible with plain string matching
* cmake.xml: update syntax for CMake 4.2
* Highlight Kaitai Struct (.ksy) files as YAML
* Add tool for generating Jinja highlighting and use it on some languages
* CSV: tolerate spaces before double quotes (#38)
* Fix import context rule order and update test reference files
* Fix backslash in symbolops entity for proper /\ operator matching
* Revert "Remove test cases to avoid reference mismatch"
* Remove test cases to avoid reference mismatch (kde#512318)
* Merge operator rules to satisfy CI indexer (kde#512318)
* Haskell: fix backslash operator tokenization (kde#512318)
* syntax: Add blueprint-compiler syntax highlighting.
* Update version to 6.21.0
-------------------------------------------------------------------
Thu Nov 13 20:59:04 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.20.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.20.0
- Changes since 6.19.0:
* Update dependency version to 6.20.0
* QFace: Change type highlighting and add fully qualified cases
* Implement D2 syntax highlighting
* cpp: Update classes for Qt 6.10
* Add Starlark syntax highlighting
* Add new features to QFace highlighting
* Update version to 6.20.0
-------------------------------------------------------------------
Tue Oct 7 17:06:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.19.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.19.0
- Changes since 6.18.0:
* Add initial syntax highlighting definition for Quarto
* Update dependency version to 6.19.0
* monokai: Fix JSONC highlighting
* Improve monokai BEGIN/END highlighting
* systemd unit: update to systemd v258
* zig: Allowing folding at brace
* Added wildcard in extensions
* Snakemake: drop redundant .syntax file
* Snakemake: initial support
* XKB: fix key pattern: The character '<' cannot be present in the name
* debianchangelog.xml: add Ubuntu releases after 24.04
* Clarify license info in for opsi-script files, reformat
* add XKeyboardConfig (XKB) syntax highlighting
* update contact info to website
* Indexer: check kateVersion attribute format
* fix documentation of Theme::EditorColorRole and Repository::DefaultTheme
* Fix version attributes following suggestion by @jpoelen
* Add tests according to README
* Change tags used to <StringDetect> and <RangeDetect>
* Add KDE syntax file for SPARQL highlighting
* Fix clazy warning by fully-qualifying arguments
* Switch to ecm_generate_headers SHARED_PREFIX arg
* Port to declarative QML type registration
* Update version to 6.19.0
-------------------------------------------------------------------
Mon Sep 8 13:33:17 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.18.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.18.0
- Changes since 6.17.0:
* Update dependency version to 6.18.0
* yaml.xml: Bump version
* yaml.xml: Associate `metadata` with YAML
* Change the Breeze Light MarkWarning color to orange
* Nix: Fix highlighting for assert expression
* Nix: Update name
* Typst: Update name
* theme_contrast_checker.py: show italic, underline, strike through and background color specified in a styles
* fix themes with two adjacent color in CSV syntaxes (kde#477042)
* increase version in markdown.xml
* change context identifier for toml and ini code blocks in markdown files
* add toml/desktop/ini code block support to markdown.xml
* cmake.xml: updates for CMake 4.1
* remove not used reference
* adjust references to added keywords
* Edit crystal.xml: added missing keywords (enum and some C-related ones)
* Update version to 6.18.0
-------------------------------------------------------------------
Mon Aug 4 06:57:40 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.17.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.17.0
- Changes since 6.16.0:
* Update dependency version to 6.17.0
* Add Expect syntax highlighting
* Tcl: fix variable and escaping char ; add new highlighting for symbols and control flow keyword
* Breeze Dark theme: changes the color of BuiltIn to be distinguishable from Comment (kde#458498)
* Bash: add new substitution commands from version 5.3: ${|cmd;} and ${ cmd;}
* add WebVTT syntax highlighting
* Agda: add opaque and unfolding keywords
* It compiles fine without qt 6.10 deprecated methods
* avoid compile warning
* Lua: when strings are not closed, mark only the start of the following line as an error
* Lua: add new function and keyword of version 5.5
* PERL: bracket pattern allows any character as a replacement separator
* PERL: add regex modifier: p, a, d, l, u and n
* add JSON5 highlighting
* JSON: add Number, String and Constant as top level value
* add JSONC (JSON with Comments) highlighting
* add NDJSON files and GeoJSON mimetype to JSON highlighting
* add NFTables syntax
* Indexer: remove check for duplicated keywords, but generate a compressed file without duplication
* add a dispatcher syntax for .log file
* add LaTeX Log File syntax
* Document SyntaxHighlighter
* add XHTML
* HTML generator: do not insert FindPHP and Twig/Twig rules when the context name starts with 'Find'
* HTML: fix comment format, Escapable raw text elements and others
* XML: add test for CDATA and invalid attribute in closing tag
* Update version to 6.17.0
-------------------------------------------------------------------
Mon Jul 7 07:24:53 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package kf6-syntax-highlighting
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
%define qt6_version 6.8.0
%define rname syntax-highlighting
# Full KF6 version (e.g. 6.16.0)
# Full KF6 version (e.g. 6.21.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without released
Name: kf6-syntax-highlighting
Version: 6.16.0
Version: 6.21.0
Release: 0
Summary: Syntax highlighting engine and library
License: LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74a13719b4f3fa5dba72352b5673cb6e7bb6121bde1e2886f1daff27e2f24f5a
size 3679160

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaGfxKAAKCRAsjfWHptSq
wSn/AP4qnh4SyoLo9PHIB5bYV3AYMygt//p64E0Uz+djjF+XFgD9FdeSOlqnHTOQ
JRI4a/LueLrfdRJZqWeLGhIvkpP6VQo=
=dujW
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb52e690bca79acd4e84610e110ff2f6384d51667d6d8cd166d8e9299e5db459
size 3784916

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaTLd+AAKCRAsjfWHptSq
wQ4MAP44jhbqGm9Uy9eFdzxXLVtKXVPbwCEtk0NUH6vK9TXmEAEA3pDQLSEbBcNh
HL3KO5a9hd4nyG8P6j7Uw8K2m1vnPQ0=
=dLIT
-----END PGP SIGNATURE-----