mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Enable to highlight shebang on JS/TS
This commit is contained in:
parent
74e14786e5
commit
2c49c9af64
1 changed files with 4 additions and 1 deletions
|
|
@ -98,7 +98,10 @@
|
||||||
(true) @boolean
|
(true) @boolean
|
||||||
(false) @boolean
|
(false) @boolean
|
||||||
(null) @constant.builtin
|
(null) @constant.builtin
|
||||||
(comment) @comment
|
[
|
||||||
|
(comment)
|
||||||
|
(hash_bang_line)
|
||||||
|
] @comment
|
||||||
(string) @string
|
(string) @string
|
||||||
(regex) @punctuation.delimiter
|
(regex) @punctuation.delimiter
|
||||||
(regex_pattern) @string.regex
|
(regex_pattern) @string.regex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue