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:
parent
a9e753fc07
commit
3e75a661dd
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
(identifier) @variable
|
||||
(type_identifier) @type
|
||||
(primitive_type) @type.builtin
|
||||
(self) @variable.special
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue