From 663b436a6f9ec0f7156c79ff3eb48334bedafd33 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 24 Aug 2023 13:01:12 -0400 Subject: [PATCH] Clean up --- grammar.js | 2 +- highlights.scm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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