Skip to content

Commit 0ad00a8

Browse files
committed
• Loosening the first line match.
1 parent f50389c commit 0ad00a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/ActionScript PureMVC.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<string>as</string>
1111
</array>
1212
<key>firstLineMatch</key>
13-
<string>\bAS3\b</string>
13+
<string>\bAS3\s+PMVC\b</string>
1414
<key>foldingStartMarker</key>
1515
<string>\{\s*$</string>
1616
<key>foldingStopMarker</key>

0 commit comments

Comments
 (0)