mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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"
|
"error"
|
||||||
] @keyword.exception
|
] @keyword.exception
|
||||||
|
|
||||||
"module" @keyword.import
|
[
|
||||||
|
"module"
|
||||||
|
"use"
|
||||||
|
] @keyword.import
|
||||||
|
|
||||||
[
|
[
|
||||||
"alias"
|
"alias"
|
||||||
|
|
@ -67,7 +70,6 @@
|
||||||
"new" @keyword.import)
|
"new" @keyword.import)
|
||||||
|
|
||||||
(overlay_use
|
(overlay_use
|
||||||
"use" @keyword.import
|
|
||||||
"as" @keyword)
|
"as" @keyword)
|
||||||
|
|
||||||
(ctrl_error
|
(ctrl_error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue