We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b09b17 commit fdee7caCopy full SHA for fdee7ca
client/src/syntaxes/vba.tmLanguage.yaml
@@ -839,8 +839,8 @@ repository:
839
expression:
840
# Begins and ends without consuming anything.
841
name: meta.expression.vba
842
- begin: (?!=\n|\sThen|\)|'|,|:|\s)
843
- end: (?=\n|\sThen|\)|'|,|:)
+ begin: (?i)(?!=\n|\sThen|\)|'|,|:|\s)
+ end: (?i)(?=\n|\sThen|\)|'|,|:)
844
patterns:
845
- include: "#literals"
846
- include: "#argumentName"
0 commit comments