This commit is contained in:
Jeff 2023-08-24 13:01:12 -04:00
parent 012efffa2e
commit 663b436a6f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module.exports = grammar({
name: 'Dust',
name: 'dust',
rules: {
source_file: $ => repeat(choice(

View File

@ -1,7 +1,7 @@
(comment) @commenqt
(comment) @comment
(operator) @operator
(identifier) @identifier
(integer) @number
(value) @value
(string) @string
(tool) @function.builtin
(float) @float