Enable to highlight shebang on JS/TS

This commit is contained in:
delphinus 2021-08-12 14:30:49 +09:00 committed by Stephan Seitz
parent a3d128a596
commit 2156a55efa

View file

@ -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