mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
highlights(bash): add process substitution
This commit is contained in:
parent
2447306428
commit
4871b2b440
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@
|
||||||
(command_substitution
|
(command_substitution
|
||||||
[ "$(" ")" ] @punctuation.bracket)
|
[ "$(" ")" ] @punctuation.bracket)
|
||||||
|
|
||||||
|
(process_substitution
|
||||||
|
[ "<(" ")" ] @punctuation.bracket)
|
||||||
|
|
||||||
|
|
||||||
(function_definition
|
(function_definition
|
||||||
name: (word) @function)
|
name: (word) @function)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue