Remove constant highlighting

This commit is contained in:
Oliver Marshall 2021-06-13 23:20:12 +01:00 committed by Stephan Seitz
parent 6641eee7a7
commit d562ffcab9

View file

@ -58,13 +58,6 @@
((sym_lit) @variable.builtin
(#match? @variable.builtin "^[%]"))
; Constants
;; TODO: Improve?
;; - Mark all symbols as constants?
;; - Remove, just use @variable?
((sym_lit) @constant
(#match? @constant "^[A-Z_-]+$"))
; Constructor
((sym_lit) @constructor
(#match? @constructor "^-\\>[^\\>].*"))