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 12503c0 commit 395f213Copy full SHA for 395f213
client/src/syntaxes/vba.tmLanguage.yaml
@@ -423,7 +423,7 @@ repository:
423
# The sub-pattern consumes the \n if preceded by line continuation.
424
# Capturing it there prevents the end pattern being matched.
425
name: comment.block.vba
426
- begin: (?i)(\s*'|(?<=^|:)\s*Rem\b).*\s_\s*
+ begin: (?i)(\s*'|(?<=^\d*?|:)\s*Rem\b).*\s_\s*
427
end: \n
428
patterns:
429
- include: "#lineContinuation"
0 commit comments