mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
fix bash highlight
This commit is contained in:
parent
0928b918a0
commit
15b182b2a9
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
(#vim-match? @number "^\d*$"))
|
(#vim-match? @number "^\d*$"))
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(test_operator) @string.
|
(test_operator) @string
|
||||||
|
|
||||||
(command_substitution
|
(command_substitution
|
||||||
[ "$(" ")" ] @punctuation.bracket)
|
[ "$(" ")" ] @punctuation.bracket)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue