Rust: Highlight crate namespace, categorize mut
This commit is contained in:
parent
adcfcf9044
commit
f3a243c6cb
1 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@
|
|||
; Namespaces
|
||||
|
||||
(crate) @namespace
|
||||
(extern_crate_declaration
|
||||
(crate)
|
||||
name: (identifier) @namespace)
|
||||
(scoped_use_list
|
||||
path: (identifier) @namespace)
|
||||
(scoped_use_list
|
||||
|
@ -143,7 +146,7 @@
|
|||
"use" @keyword
|
||||
"where" @keyword
|
||||
"while" @keyword
|
||||
(mutable_specifier) @keyword
|
||||
(mutable_specifier) @keyword.mut
|
||||
(use_list (self) @keyword)
|
||||
(scoped_use_list (self) @keyword)
|
||||
(scoped_identifier (self) @keyword)
|
||||
|
|
Loading…
Reference in a new issue