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 0007a9b commit 6e08cdcCopy full SHA for 6e08cdc
distribution/src/assembly/syntaxes/AS3.tmLanguage
@@ -864,7 +864,7 @@
864
<key>method</key>
865
<dict>
866
<key>begin</key>
867
- <string>(?x) (^|\s+) ((\w+)\s+)? ((\w+)\s+)? ((\w+)\s+)? (\w+) (?=\s+\bfunction\b)</string>
+ <string>(?x) (^|\s+) ((\w+)\s+)? ((\w+)\s+)? ((\w+)\s+)? ((\w+)\s+)? (?=\bfunction\b)</string>
868
<key>beginCaptures</key>
869
870
<key>3</key>
0 commit comments