nvim-treesitter/runtime/queries/qmldir/highlights.scm
2023-09-09 16:16:51 +02: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