1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/qmldir/highlights.scm

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