diff --git a/crates/languages/src/javascript/highlights.scm b/crates/languages/src/javascript/highlights.scm index a7bf70308c8339428bda5964d91e7889f4c4c0fd..685bdba3c5284226d90eadb0bca5874d946df3f9 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 3e628981c4fee667b4dd7fd6a4ed958be8bbad8e..9c7289bd0f397e03aff0e8b7398472780f5e3458 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)