mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
feat(bash): highlight redirections
This commit is contained in:
parent
cd2acc803b
commit
fb12c7f8a3
1 changed files with 4 additions and 1 deletions
|
|
@ -194,7 +194,10 @@
|
||||||
(#lua-match? @number "^[0-9]+$"))
|
(#lua-match? @number "^[0-9]+$"))
|
||||||
|
|
||||||
(file_redirect
|
(file_redirect
|
||||||
destination: (word) @variable.parameter)
|
(word) @string.special.path)
|
||||||
|
|
||||||
|
(herestring_redirect
|
||||||
|
(word) @string)
|
||||||
|
|
||||||
(file_descriptor) @operator
|
(file_descriptor) @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue