mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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
|
"use" @include
|
||||||
(import (bareword) @string.special)
|
(import (bareword) @string.special)
|
||||||
|
|
||||||
["*" "**" "?"] @string.special
|
(wildcard ["*" "**" "?"] @character.special)
|
||||||
|
|
||||||
(command argument: (bareword) @parameter)
|
(command argument: (bareword) @parameter)
|
||||||
(command head: (identifier) @function.call)
|
(command head: (identifier) @function.call)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue