mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(highlights): capture wildcard imports as @character.special
This commit is contained in:
parent
c67881c265
commit
d13f0183ba
7 changed files with 32 additions and 6 deletions
|
|
@ -320,6 +320,9 @@
|
|||
(aliased_import
|
||||
"as" @keyword.import)
|
||||
|
||||
(wildcard_import
|
||||
"*" @character.special)
|
||||
|
||||
[
|
||||
"if"
|
||||
"elif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue