Fix comment regex for TextMate

Benjamin Pollack 2006-11-21 04:57:13 +00:00
parent 44f9710691
commit ef78b2dfac
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
</dict>
<dict>
<key>begin</key>
<string>#!|!</string>
<string>(^|(?&lt;=\s))#?!\s</string>
<key>end</key>
<string>$</string>
<key>name</key>