mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
highlights(rust): pub(self/super/crate), use super::thing, etc
This commit is contained in:
parent
68c3533852
commit
00add7e4b4
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@
|
||||||
|
|
||||||
(use_list (self) @keyword)
|
(use_list (self) @keyword)
|
||||||
(scoped_use_list (self) @keyword)
|
(scoped_use_list (self) @keyword)
|
||||||
(scoped_identifier (self) @keyword)
|
(scoped_identifier [(crate) (super) (self)] @keyword)
|
||||||
|
(visibility_modifier [(crate) (super) (self)] @keyword)
|
||||||
|
|
||||||
[
|
[
|
||||||
"else"
|
"else"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue