nvim-treesitter/queries/qmldir/highlights.scm
2023-03-01 02:28:48 -05:00

24 lines
212 B
Scheme

; Preproc
(command (identifier) @preproc)
; Keywords
(keyword) @keyword
; Literals
(number) @number
(float) @float
; Variables
[
(identifier)
(unit)
] @variable
; Comments
(comment) @comment @spell