Skip to content

Improve syntax highlighting#56

Merged
lou1306 merged 1 commit intomasterfrom
syntax-highlight
Feb 23, 2026
Merged

Improve syntax highlighting#56
lou1306 merged 1 commit intomasterfrom
syntax-highlight

Conversation

@lou1306
Copy link
Contributor

@lou1306 lou1306 commented Feb 23, 2026

We add a step to the build process that takes the syntax highlighting file generated by :angium (syntaxes/r-check.tmLanguage.json) and inject better, hand-made patterns. It also prints a warning if keywords are not found in the new syntax highlighting (although it is a simple substring search, thus may give false positives).

Fixes #3.

We add a step to the build process that takes the syntax highlighting
file generated by :angium (syntaxes/r-check.tmLanguage.json) and
inject better, hand-made patterns. It also prints a warning if
keywords are not found in the new syntax highlighting (although it is
a simple substring search, thus may give false positives).

Fixes #3.
@lou1306 lou1306 added the ui/ux Issues related to the extension's user interface/user experience. label Feb 23, 2026
@lou1306 lou1306 merged commit 939150a into master Feb 23, 2026
1 check passed
@lou1306 lou1306 deleted the syntax-highlight branch February 23, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui/ux Issues related to the extension's user interface/user experience.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better syntax highlighting

1 participant