Add highlight query

This commit is contained in:
Jeff 2023-08-22 18:57:10 -04:00
parent 02add4264a
commit ff5965f423
2 changed files with 7 additions and 2 deletions

4
highlights.scm Normal file
View File

@ -0,0 +1,4 @@
(comment) @comment
(operator) @operator
(integer) @number.integer
(string) @string

View File

@ -13,8 +13,9 @@
"scope": "source.dust",
"file-types": [
"ds",
"dust",
]
"dust"
],
"highlights": "highlights.scm"
}
],
"dependencies": {