Highlight shebang in TypeScript and JavaScript (#30531)

After:

![image](https://github.com/user-attachments/assets/8ae1049d-96c7-45e2-b905-1f0fba7f862c)

Before:

![image](https://github.com/user-attachments/assets/56317b12-d745-45f4-a7b6-880507884bae)


Release Notes:

- Typescript and javascript highlight shebang-line
This commit is contained in:
d1y 2025-05-12 19:56:38 +08:00 committed by GitHub
parent 41b0a5cf10
commit 03f02804e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,8 @@
(comment) @comment
(hash_bang_line) @comment
[
(string)
(template_string)

View file

@ -104,6 +104,8 @@
(comment) @comment
(hash_bang_line) @comment
[
(string)
(template_string)