feat(bash): highlight redirections

This commit is contained in:
Omar Valdez 2024-11-20 17:40:25 -08:00 committed by Christian Clason
parent cd2acc803b
commit fb12c7f8a3

View file

@ -194,7 +194,10 @@
(#lua-match? @number "^[0-9]+$"))
(file_redirect
destination: (word) @variable.parameter)
(word) @string.special.path)
(herestring_redirect
(word) @string)
(file_descriptor) @operator