Bug 460527 - [PATCH] Better support for some geography-related file formats
Summary: [PATCH] Better support for some geography-related file formats
Status: RESOLVED FIXED
Alias: None
Product: frameworks-syntax-highlighting
Classification: Frameworks and Libraries
Component: syntax (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-16 11:10 UTC by Lukas Sommer
Modified: 2022-10-23 16:03 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
syntax.zip (20.65 KB, application/zip)
2022-10-16 11:10 UTC, Lukas Sommer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Sommer 2022-10-16 11:10:21 UTC
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.
Comment 1 Nicolas Fella 2022-10-17 17:23:56 UTC
Please submit patches as merge request to https://invent.kde.org/frameworks/syntax-highlighting/
Comment 2 Lukas Sommer 2022-10-17 18:31:18 UTC
Done: https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/373

Should I close this bug report or keep it open in the meantime?
Comment 3 Jonathan Poelen 2022-10-18 00:30:35 UTC
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
Comment 4 Jonathan Poelen 2022-10-18 01:17:56 UTC
The number I have indicated above is not correct, it should be `FEATURE: 460527`.
Comment 5 Lukas Sommer 2022-10-19 11:23:19 UTC
> `FEATURE: 460527`.

Done.
Comment 6 Lukas Sommer 2022-10-23 16:03:30 UTC
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