diff options
Diffstat (limited to 'queries/corn/highlights.scm')
| -rw-r--r-- | queries/corn/highlights.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/queries/corn/highlights.scm b/queries/corn/highlights.scm index 18672fd04..029291462 100644 --- a/queries/corn/highlights.scm +++ b/queries/corn/highlights.scm @@ -1,4 +1,5 @@ "let" @keyword + "in" @keyword [ @@ -11,10 +12,15 @@ "." @punctuation.delimiter (input) @constant + (comment) @comment @spell (string) @string + (integer) @number + (float) @number.float + (boolean) @boolean + (null) @keyword |
