Add highlight query
This commit is contained in:
parent
02add4264a
commit
ff5965f423
4
highlights.scm
Normal file
4
highlights.scm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(comment) @comment
|
||||||
|
(operator) @operator
|
||||||
|
(integer) @number.integer
|
||||||
|
(string) @string
|
@ -13,8 +13,9 @@
|
|||||||
"scope": "source.dust",
|
"scope": "source.dust",
|
||||||
"file-types": [
|
"file-types": [
|
||||||
"ds",
|
"ds",
|
||||||
"dust",
|
"dust"
|
||||||
]
|
],
|
||||||
|
"highlights": "highlights.scm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user