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 0029656 commit bebbb21Copy full SHA for bebbb21
client/src/syntaxes/vba.tmLanguage.yaml
@@ -590,7 +590,7 @@ repository:
590
methodSignature:
591
name: source.method.signature.vba
592
begin: (?i)^\s*((?:Public|Private)?\b\s*(?:(?:Sub|Function)|Property\s+(?:Let|Get|Set)))\s+([a-z][a-z0-9_]*)\s*(\()
593
- end: (?i)(\))\s+(as\s+[a-z][a-z0-9_]*)?
+ end: (?i)\s*(\))\s+(as\s+[a-z][a-z0-9_]*)?
594
beginCaptures:
595
1:
596
name: storage.type.method.vba
0 commit comments