fixing heredocs to use the left-most indent as the indentation guide -- not just the first line of the heredoc

This commit is contained in:
Jeremy Ashkenas
2010-01-12 23:06:12 -05:00
parent 914ba1c244
commit f0d5db7e66
3 changed files with 23 additions and 12 deletions

View File

@@ -64,7 +64,7 @@
<key>comment</key>
<string>match stuff like: a =&gt; … </string>
<key>match</key>
<string>([a-zA-Z0-9_?., $:*]*)\s*(=&gt;)</string>
<string>([a-zA-Z0-9_?., $*]*)\s*(=&gt;)</string>
<key>name</key>
<string>meta.inline.function.coffee</string>
</dict>