highlights(rust): highlight as in <Struct as Trait>::Type

This commit is contained in:
Stephan Seitz
2022-03-11 16:31:18 +01:00
parent fc0b881f93
commit f301caffc5

View File

@@ -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)