Improve Rust syntax highlighting (#25333)
Release Notes: - Improved Rust syntax highlighting. | Zed 0.174.6 | With this PR | | --- | --- | |  |  | - `identifier`: `variable` ```rust let identifier = true; const IDENTIFIER: i32 = 3; ``` --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
(identifier) @variable
|
||||
(type_identifier) @type
|
||||
(primitive_type) @type.builtin
|
||||
(self) @variable.special
|
||||
|
||||
Reference in New Issue
Block a user