Skip to content

Commit db47ff0

Browse files
committed
Remove std_vars pattern since they're included in core_vars already
1 parent 34e5972 commit db47ff0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grammars/rust.cson

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@
117117
'name': 'storage.class.std.rust'
118118
'match': '\\b(Box|String|Vec|Path|PathBuf)\\b'
119119
}
120-
'std_vars': {
121-
'comment': 'Standard library type variant'
122-
'name': 'support.constant.std.rust'
123-
'match': '\\b(Some|None|Ok|Err)\\b'
124-
}
125120
'std_traits': {
126121
'comment': 'Standard library trait'
127122
'name': 'support.type.std.rust'
@@ -262,7 +257,6 @@
262257
{ 'include': '#core_marker' }
263258
{ 'include': '#core_traits' }
264259
{ 'include': '#std_types' }
265-
{ 'include': '#std_vars' }
266260
{ 'include': '#std_traits' }
267261
# TODO: procs and closures
268262
# Macros

0 commit comments

Comments
 (0)