diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-30 19:57:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-30 19:57:15 +0100 |
commit | 5c342d299931a46a9092d77dfa670ed8770726f7 (patch) | |
tree | 54e1f8ff931e86ce720363e99846c15d5aefc6fc | |
parent | 4a19d5954a4665a7a8572f9592f855f68cf0f2c6 (diff) | |
parent | f640d2a09c2b59fbde3dcc1a72626d44981bc612 (diff) |
Merge #5143
5143: Fix a typo r=kjeremy a=mbrobbel
Co-authored-by: Matthijs Brobbel <[email protected]>
-rw-r--r-- | editors/code/rust.tmGrammar.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/rust.tmGrammar.json b/editors/code/rust.tmGrammar.json index ab87cd39f..0be2583db 100644 --- a/editors/code/rust.tmGrammar.json +++ b/editors/code/rust.tmGrammar.json | |||
@@ -268,7 +268,7 @@ | |||
268 | "match": "\\b(log|error|warn|info|debug|trace|log_enabled)!" | 268 | "match": "\\b(log|error|warn|info|debug|trace|log_enabled)!" |
269 | }, | 269 | }, |
270 | { | 270 | { |
271 | "comment": "Invokation of a macro", | 271 | "comment": "Invocation of a macro", |
272 | "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]", | 272 | "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]", |
273 | "captures": { | 273 | "captures": { |
274 | "1": { | 274 | "1": { |
@@ -683,4 +683,4 @@ | |||
683 | ] | 683 | ] |
684 | } | 684 | } |
685 | } | 685 | } |
686 | } \ No newline at end of file | 686 | } |