feat(fish): highlight $ punctuation.special

This commit is contained in:
Peter Cardenas 2025-04-15 04:36:13 -07:00 committed by Christian Clason
parent 54fc8e311c
commit 684eeac91e

View file

@ -106,7 +106,7 @@
])
(command_substitution
"$" @punctuation.bracket)
"$" @punctuation.special)
; non-builtin command names
(command
@ -157,6 +157,9 @@
(variable_expansion) @constant
(variable_expansion
"$" @punctuation.special) @none
; Reference: https://fishshell.com/docs/current/language.html#special-variables
((variable_name) @variable.builtin
(#any-of? @variable.builtin