diff --git a/grammar.js b/grammar.js index c22c20e..027c6f2 100644 --- a/grammar.js +++ b/grammar.js @@ -1,5 +1,5 @@ module.exports = grammar({ - name: 'Dust', + name: 'dust', rules: { source_file: $ => repeat(choice( diff --git a/highlights.scm b/highlights.scm index 9df1dda..063a6c1 100644 --- a/highlights.scm +++ b/highlights.scm @@ -1,7 +1,7 @@ -(comment) @commenqt +(comment) @comment (operator) @operator (identifier) @identifier -(integer) @number +(value) @value (string) @string (tool) @function.builtin (float) @float