highlight(fish): dollar command substitution

This commit is contained in:
Omar Zeghouani 2022-03-14 15:11:55 +00:00 committed by Stephan Seitz
parent 968b2d3f2d
commit 44bf2b7fac

View file

@ -103,6 +103,8 @@
]
)
(command_substitution_dollar "$" @punctuation.bracket)
; non-bultin command names
(command name: (word) @function)