mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
highlights(rust): highlight as in <Struct as Trait>::Type
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user