mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(nu): highlight all occurrences of "use"
This commit is contained in:
parent
f6f159a293
commit
454354e599
1 changed files with 4 additions and 2 deletions
|
|
@ -38,7 +38,10 @@
|
|||
"error"
|
||||
] @keyword.exception
|
||||
|
||||
"module" @keyword.import
|
||||
[
|
||||
"module"
|
||||
"use"
|
||||
] @keyword.import
|
||||
|
||||
[
|
||||
"alias"
|
||||
|
|
@ -67,7 +70,6 @@
|
|||
"new" @keyword.import)
|
||||
|
||||
(overlay_use
|
||||
"use" @keyword.import
|
||||
"as" @keyword)
|
||||
|
||||
(ctrl_error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue