diff options
Diffstat (limited to 'editors')
-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 | } |