Make racket highlight query more consistent with other langs

This commit is contained in:
Max Brunsfeld 2023-03-06 15:56:20 -08:00
parent 0867162c87
commit 515724821e

View file

@ -19,7 +19,7 @@
(quote . (symbol)) @constant
(extension) @keyword
(lang_name) @variable.builtin
(lang_name) @variable.special
((symbol) @operator
(#match? @operator "^(\\+|-|\\*|/|=|>|<|>=|<=)$"))