highlights(rust): pub(self/super/crate), use super::thing, etc

This commit is contained in:
Cormac Relf 2022-10-20 18:32:23 +02:00 committed by Christian Clason
parent 68c3533852
commit 00add7e4b4

View file

@ -204,7 +204,8 @@
(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"