feat: add qmldir

This commit is contained in:
Amaan Qureshi 2023-03-01 01:23:52 -05:00
parent 3fe80dbecd
commit ba4ecfe471
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,24 @@
; Preproc
(command (identifier) @preproc)
; Keywords
(keyword) @keyword
; Literals
(number) @number
(float) @float
; Variables
[
(identifier)
(unit)
] @variable
; Comments
(comment) @comment @spell

View file

@ -0,0 +1 @@
(comment) @comment