• all single line comments, bullet points (plain text), and quoted lines (mail) now optionally match the newline character — this is so that when the caret is at the end of the line, the scope is still that of “the line.” This is so key equivalents bound to a given scope (like the ‘enter’ key) also work when typing at the end of the line, which would be expected.

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@2977 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
duff
2006-04-09 21:31:30 +00:00
parent 5a2572890b
commit 95f6193080
+1 -1
View File
@@ -107,7 +107,7 @@
</dict>
<dict>
<key>match</key>
<string>//.*$</string>
<string>//.*$\n?</string>
<key>name</key>
<string>comment.line.double-slash.js</string>
</dict>