diff --git a/crates/languages/src/javascript/highlights.scm b/crates/languages/src/javascript/highlights.scm index a7bf70308c..685bdba3c5 100644 --- a/crates/languages/src/javascript/highlights.scm +++ b/crates/languages/src/javascript/highlights.scm @@ -77,6 +77,8 @@ (comment) @comment +(hash_bang_line) @comment + [ (string) (template_string) diff --git a/crates/languages/src/typescript/highlights.scm b/crates/languages/src/typescript/highlights.scm index 3e628981c4..9c7289bd0f 100644 --- a/crates/languages/src/typescript/highlights.scm +++ b/crates/languages/src/typescript/highlights.scm @@ -104,6 +104,8 @@ (comment) @comment +(hash_bang_line) @comment + [ (string) (template_string)