mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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*$"))
|
||||
|
||||
(comment) @comment
|
||||
(test_operator) @string.
|
||||
(test_operator) @string
|
||||
|
||||
(command_substitution
|
||||
[ "$(" ")" ] @punctuation.bracket)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue