diff options
-rw-r--r-- | editors/code/rust.tmGrammar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json index cdcd557dc..ab87cd39f 100644 --- a/editors/code/rust.tmGrammar.json +++ b/editors/code/rust.tmGrammar.json | |||
@@ -207,7 +207,7 @@ | |||
207 | { | 207 | { |
208 | "comment": "Miscellaneous operator", | 208 | "comment": "Miscellaneous operator", |
209 | "name": "keyword.operator.misc.rust", | 209 | "name": "keyword.operator.misc.rust", |
210 | "match": "(=>|::)" | 210 | "match": "(=>|::|\\?)" |
211 | }, | 211 | }, |
212 | { | 212 | { |
213 | "comment": "Comparison operator", | 213 | "comment": "Comparison operator", |