Fix a typo

This commit is contained in:
Matthijs Brobbel 2020-06-30 17:42:54 +02:00 committed by GitHub
parent 0954d31bee
commit f640d2a09c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,7 @@
"match": "\\b(log|error|warn|info|debug|trace|log_enabled)!"
},
{
"comment": "Invokation of a macro",
"comment": "Invocation of a macro",
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]",
"captures": {
"1": {
@ -683,4 +683,4 @@
]
}
}
}
}