Skip to content

Commit

Permalink
Add optional newline match to comment.line to improve it's caret scop…
Browse files Browse the repository at this point in the history
…ing.

git-svn-id: http://svn.textmate.org/trunk/Bundles/FXScript.tmbundle@5745 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Oct 29, 2006
1 parent e6553f4 commit 8f07ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/FXScript.plist
Expand Up @@ -140,7 +140,7 @@
</dict>
</dict>
<key>match</key>
<string>(//).*$</string>
<string>(//).*$\n?</string>
<key>name</key>
<string>comment.line.double-slash.fxscript</string>
</dict>
Expand Down

0 comments on commit 8f07ac5

Please sign in to comment.