Clean up
This commit is contained in:
parent
012efffa2e
commit
663b436a6f
@ -1,5 +1,5 @@
|
|||||||
module.exports = grammar({
|
module.exports = grammar({
|
||||||
name: 'Dust',
|
name: 'dust',
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
source_file: $ => repeat(choice(
|
source_file: $ => repeat(choice(
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
(comment) @commenqt
|
(comment) @comment
|
||||||
(operator) @operator
|
(operator) @operator
|
||||||
(identifier) @identifier
|
(identifier) @identifier
|
||||||
(integer) @number
|
(value) @value
|
||||||
(string) @string
|
(string) @string
|
||||||
(tool) @function.builtin
|
(tool) @function.builtin
|
||||||
(float) @float
|
(float) @float
|
||||||
|
Loading…
x
Reference in New Issue
Block a user