diff options
| -rw-r--r-- | queries/ecma/highlights.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/queries/ecma/highlights.scm b/queries/ecma/highlights.scm index 0959372a..c52274e5 100644 --- a/queries/ecma/highlights.scm +++ b/queries/ecma/highlights.scm @@ -98,7 +98,10 @@ (true) @boolean (false) @boolean (null) @constant.builtin -(comment) @comment +[ +(comment) +(hash_bang_line) +] @comment (string) @string (regex) @punctuation.delimiter (regex_pattern) @string.regex |
