mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Enable to highlight shebang on JS/TS
This commit is contained in:
parent
a3d128a596
commit
2156a55efa
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue