Skip to content

Commit e0b87cb

Browse files
committed
Add 'in' keywords in XML language file.
1 parent 1d20da9 commit e0b87cb

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
@@ -77,7 +77,7 @@
7777
</dict>
7878
<dict>
7979
<key>match</key>
80-
<string>\b(as|break|claim|const|copy|Copy|crate|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>
80+
<string>\b(as|break|claim|const|copy|Copy|crate|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>
8181
<key>name</key>
8282
<string>keyword.source.rust</string>
8383
</dict>

0 commit comments

Comments
 (0)