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 82cf285 commit 76bcfb5Copy full SHA for 76bcfb5
1 file changed
VBScript.tmLanguage
@@ -117,13 +117,13 @@
117
</dict>
118
119
<key>match</key>
120
- <string>^\s*((?i:function|sub))\s*([a-zA-Z_]\w*)\s*(\()([^)]*)(\)).*\n?</string>
+ <string>^\s*((?i:function|sub|public sub|private sub|public function|private function))\s*([a-zA-Z_]\w*)\s*(\()([^)]*)(\)).*\n?</string>
121
<key>name</key>
122
<string>meta.function.asp</string>
123
124
<dict>
125
<key>begin</key>
126
- <string>('|Rem\s{1,})</string>
+ <string>('|(?i:Rem)\s{1,})</string>
127
<key>beginCaptures</key>
128
129
<key>0</key>
0 commit comments