mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fish: only highlight 'test' keyword instead of entire condition (#1464)
This commit is contained in:
parent
fbbfa3bda0
commit
c71edcd781
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
]
|
||||
)
|
||||
|
||||
(test_command) @function.builtin
|
||||
(test_command "test" @function.builtin)
|
||||
|
||||
;; Functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue