[TxMt] Little patch for Tcl Syntax
Oscar Bonilla
ob at bitmover.com
Fri Aug 26 18:59:13 UTC 2005
This little patch fixes the syntax highlighting for strings with
escaped characters in Tcl. In case anyone finds it useful.
Index: Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist
===================================================================
--- Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist (revision 1502)
+++ Bundles/Tcl.tmbundle/Syntaxes/Tcl.plist (working copy)
@@ -94,6 +94,8 @@
<string>"</string>
<key>name</key>
<string>string.quoted.double.tcl</string>
+ <key>swallow</key>
+ <string>\\.</string>
<key>patterns</key>
<array>
<dict>
--
pgp fingerprint: BC64 2E7A CAEF 39E1 9544 80CA F7D5 784D FB46 16C1
More information about the textmate
mailing list