[TxMt] PATCH: mips indentation error
Jason Sydes
sydes at cs.uoregon.edu
Wed Oct 15 01:56:54 UTC 2008
Hi there,
I hope this is the right place for this.
The MIPS bundle incorrectly indents after every return. It looks like
a simple typo. I've pasted the patch below.
Thank you!
Jason
Index: MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences
===================================================================
--- MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences (revision 10713)
+++ MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences (working copy)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
@@ -16,7 +16,7 @@
</array>
</array>
<key>increaseIndentPattern</key>
- <string>^\s*[A-Za-z9-0_]+:\s*$</string>
+ <string>^\s*[A-Za-z0-9_]+:\s*$</string>
<key>smartTypingPairs</key>
<array>
<array>
More information about the textmate
mailing list