mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlight(fish): dollar command substitution
This commit is contained in:
parent
968b2d3f2d
commit
44bf2b7fac
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@
|
|||
]
|
||||
)
|
||||
|
||||
(command_substitution_dollar "$" @punctuation.bracket)
|
||||
|
||||
; non-bultin command names
|
||||
(command name: (word) @function)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue