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