Improve highlights.scm (#14)

Added "alias" to keywords, square and curly brackets as brackets, and  parentheses as keyword.directive for distinction.
This commit is contained in:
mrdgo 2024-08-23 17:39:14 +02:00 committed by GitHub
parent 64e1677db3
commit ca92d6defc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@
"false"
"and"
"or"
"alias"
] @keyword
[
@ -59,3 +60,9 @@
","
";"
] @delimiter
["[" "]" "{" "}"] @punctuation.bracket
["(" ")"] @keyword.directive