nvim-treesitter/queries/qmldir/highlights.scm

25 lines
212 B
Scheme
Raw Normal View History

2023-03-01 01:23:52 -05:00
; Preproc
(command (identifier) @preproc)
; Keywords
(keyword) @keyword
; Literals
(number) @number
(float) @float
; Variables
[
(identifier)
(unit)
] @variable
; Comments
(comment) @comment @spell