mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(rust): highlight as in <Struct as Trait>::Type
This commit is contained in:
parent
fc0b881f93
commit
f301caffc5
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@
|
|||
] @keyword.return
|
||||
|
||||
(type_cast_expression "as" @keyword.operator)
|
||||
(qualified_type "as" @keyword.operator)
|
||||
|
||||
(use_list (self) @keyword)
|
||||
(scoped_use_list (self) @keyword)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue