aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorMatthijs Brobbel <[email protected]>2020-06-30 16:42:54 +0100
committerGitHub <[email protected]>2020-06-30 16:42:54 +0100
commitf640d2a09c2b59fbde3dcc1a72626d44981bc612 (patch)
tree5cbcf6ecf00f7f8e62741b8b4928c7c9b4d407be /editors/code
parent0954d31beeb924510769fe8e201386a7cc3621f8 (diff)
Fix a typo
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/rust.tmGrammar.json4
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}