Skip to content

Commit 07768ba

Browse files
chore: Bump rust grammar (#358)
* chore: Bump rust grammar * Update highlights.scm --------- Co-authored-by: jcs090218 <[email protected]> Co-authored-by: Jen-Chieh Shen <[email protected]>
1 parent 64a2b3e commit 07768ba

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

queries/rust/highlights.scm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@
101101
(struct_pattern
102102
(field_pattern
103103
(shorthand_field_identifier) @variable))])
104-
(if_let_expression pattern: [(identifier) @variable
105-
(_ (identifier) @variable)
106-
(struct_pattern
107-
(field_pattern
108-
(shorthand_field_identifier) @variable))])
109104
(for_expression pattern: [(identifier) @variable
110105
(_ (identifier) @variable)
111106
(struct_pattern

0 commit comments

Comments
 (0)