highlights(bash): add process substitution

This commit is contained in:
lucy 2021-12-14 18:58:10 +01:00 committed by Stephan Seitz
parent 2447306428
commit 4871b2b440

View file

@ -86,6 +86,9 @@
(command_substitution
[ "$(" ")" ] @punctuation.bracket)
(process_substitution
[ "<(" ")" ] @punctuation.bracket)
(function_definition
name: (word) @function)