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({ module.exports = grammar({
name: 'Dust', name: 'dust',
rules: { rules: {
source_file: $ => repeat(choice( source_file: $ => repeat(choice(

View File

@ -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