Files
nvim-treesitter/runtime/queries/qmldir/highlights.scm
2025-05-12 18:43:40 +02:00

21 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