Skip to content

Commit 0eacfc4

Browse files
committed
Update Rust.tmLanguage
Adding the keyword `in`
1 parent 3d24ba2 commit 0eacfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</dict>
7373
<dict>
7474
<key>match</key>
75-
<string>\b(as|break|claim|const|copy|Copy|do|drop|else|extern|for|if|impl|let|loop|match|mod|mut|Owned|priv|pub|pure|ref|return|unsafe|use|while|mod|Send|static|trait|struct|enum|type)\b</string>
75+
<string>\b(as|break|claim|const|copy|Copy|do|drop|else|extern|for|if|impl|in|let|loop|match|mod|mut|Owned|priv|pub|pure|ref|return|unsafe|use|while|mod|Send|static|trait|struct|enum|type)\b</string>
7676
<key>name</key>
7777
<string>keyword.source.rust</string>
7878
</dict>

0 commit comments

Comments
 (0)