Skip to content

Commit 3bbd744

Browse files
committed
Merge pull request #46 from alexanderchr/patch-1
Remove Left and Right keywords
2 parents 491be5d + edd2a18 commit 3bbd744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust.tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</dict>
140140
<dict>
141141
<key>match</key>
142-
<string>\b(true|false|Some|None|Left|Right|Ok|Err)\b</string>
142+
<string>\b(true|false|Some|None|Ok|Err)\b</string>
143143
<key>name</key>
144144
<string>constant.language.source.rust</string>
145145
</dict>

0 commit comments

Comments
 (0)