mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
[ "$(" ")" ] @punctuation.bracket)
|
||||
|
||||
(process_substitution
|
||||
[ "<(" ")" ] @punctuation.bracket)
|
||||
|
||||
|
||||
(function_definition
|
||||
name: (word) @function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue