mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(elvish): fix captures
This commit is contained in:
parent
a71358d170
commit
da4f4b007c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"use" @include
|
||||
(import (bareword) @string.special)
|
||||
|
||||
["*" "**" "?"] @string.special
|
||||
(wildcard ["*" "**" "?"] @character.special)
|
||||
|
||||
(command argument: (bareword) @parameter)
|
||||
(command head: (identifier) @function.call)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue