Created attachment 152888 [details] syntax.zip [PATCH] Better support for some geography-related file formats Improvements for CartoCSS MSS: - NEW Highlighting for functions - NEW Better integrate with predefined styles (like dsControlFlow…) - BUGFIX Ignore comments within context_expression and context_filter_attribute (because indeed the CartoCSS parser also does not accept comments there). - PERFORMANCE Add some <DetectSpaces/> New syntax highlighting for CartoCSS MML: - The CartoCSS parser uses two file formats: MSS (which is yet supported by KSyntaxHighlighting) and MML (which is currently unsupported). To run CartoCSS successfully, you always need exactly one MML file and one or more MSS files. - This patch proposes an initial support for MML files. As MML is basically, YAML, the highlighting file is based on the existing YAML highlighting file, and it adds PostgreSQL injection, which is essential for good highlighting of MML files. Improvements for PostgreSQL: - NEW Highlighting for PostGIS functions. (PostGIS is an extension of Postgre.) - NEW Individual support for the actually available escape sequences in the different types of strings/identifiers - BUGFIX Add support for some missing Postgre built-in functions. - BUGFIX When using the names of build-in functions as identifier, they are now correctly highlighted as identifier. - A test file is attached.
Please submit patches as merge request to https://invent.kde.org/frameworks/syntax-highlighting/
Done: https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/373 Should I close this bug report or keep it open in the meantime?
You can add `FEATURE: 460596`¹ in your commit message so that the associated number is automatically closed when the MR is merged. ¹ https://community.kde.org/Policies/Commit_Policy#Special_keywords_in_GIT_and_SVN_log_messages
The number I have indicated above is not correct, it should be `FEATURE: 460527`.
> `FEATURE: 460527`. Done.
Git commit 12005773789da1941d2d7e5260a24e6175dbbbbe by Lukas Sommer. Committed on 23/10/2022 at 12:53. Pushed by cullmann into branch 'master'. Better highlighting for some GIS-related file formats A +33 -0 autotests/input/test.mml M +84 -250 autotests/input/test.mss M +51 -0 autotests/input/test.sql_postgres A +688 -0 data/syntax/carto-css-mml.xml M +68 -43 data/syntax/carto-css.xml M +417 -28 data/syntax/sql-postgresql.xml https://invent.kde.org/frameworks/syntax-highlighting/commit/12005773789da1941d2d7e5260a24e6175dbbbbe