Skip to content

Commit

Permalink
Add some missing operator tokens and improve mod highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 4, 2024
1 parent 59d457f commit aaada65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
(parameter) @parameter
(variadic_parameters) @parameter

(module (NAME) @namespace)

["if" "else"] @conditional

(string) @string
Expand All @@ -38,7 +40,7 @@
"set"
] @keyword

["@" "==" "!=" "+" ":="] @operator
["@" "==" "!=" "+" ":=" "*" ":" "/" "?"] @operator

[ "(" ")" "[" "]" "{{" "}}" "{" "}"] @punctuation.bracket

Expand Down

0 comments on commit aaada65

Please sign in to comment.