crates/languages/src/javascript/highlights.scm 🔗
@@ -77,6 +77,8 @@
(comment) @comment
+(hash_bang_line) @comment
+
[
(string)
(template_string)
d1y created
After:

Before:

Release Notes:
- Typescript and javascript highlight shebang-line
crates/languages/src/javascript/highlights.scm | 2 ++
crates/languages/src/typescript/highlights.scm | 2 ++
2 files changed, 4 insertions(+)
@@ -77,6 +77,8 @@
(comment) @comment
+(hash_bang_line) @comment
+
[
(string)
(template_string)
@@ -104,6 +104,8 @@
(comment) @comment
+(hash_bang_line) @comment
+
[
(string)
(template_string)