nvim-treesitter/queries/qmldir/highlights.scm
2024-01-19 16:58:37 +01:00

20 lines
226 B
Scheme

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