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 42495b1 commit 1b79b23Copy full SHA for 1b79b23
client/src/syntaxes/vba.tmLanguage.yaml
@@ -417,13 +417,13 @@ repository:
417
# The sub-pattern consumes the \n if preceded by line continuation.
418
# Capturing it there prevents the end pattern being matched.
419
name: comment.block.vba
420
- begin: (?i)'.*\s_\s*
+ begin: (?i)\s*'.*\s_\s*
421
end: \n
422
patterns:
423
- include: "#lineContinuation"
424
apostropheComments:
425
- name: comment.line.apostrophe.vba
426
- match: (?i)'.*
+ name: comment.line.apostropheXX.vba
+ match: (?i)\s*'.*
427
remarkComments:
428
name: comment.line.remark.vba
429
match: (?i)(?<=^|:)\s*Rem\b.*
0 commit comments