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 89c4988 commit 18be731Copy full SHA for 18be731
client/src/syntaxes/vba.tmLanguage.yaml
@@ -665,7 +665,7 @@ repository:
665
# TODO: Redo this so it can take into account chaining, e.g.:
666
# MyClass.MyProp = SomeObject.Foo(20)
667
variableAssignment:
668
- match: (?i)((Get|Let|Set)\s+)?([a-z][a-z0-9._]*)(\s*=\s*)(.*)
+ match: (?i)((Get|Let|Set)\s+)?([a-z.][a-z0-9._]*)(\s*=\s*)(.*)
669
captures:
670
2:
671
name: keyword.control.vba
0 commit comments