diff options
author | Yuki Kodama <[email protected]> | 2020-05-25 18:36:34 +0100 |
---|---|---|
committer | Yuki Kodama <[email protected]> | 2020-05-25 18:36:34 +0100 |
commit | 1e823d6770385cece06ac8c2ee526cb31f4d4ea0 (patch) | |
tree | 4aed87c59ddefc5159730ad9f2d3c5a66a35f149 /editors/code | |
parent | 3c2c8d7e5f7887351bf8e475f441609527679e5f (diff) |
Add question mark operator
Diffstat (limited to 'editors/code')
-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", |