Skip to content

Commit

Permalink
Forgot to commit this. It disables smart typing-highlighting after a …
Browse files Browse the repository at this point in the history
…backslash. i.e. typing a \ followed by a ` will now display only \`, and not \`'.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Latex.tmbundle@7999 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Charilaos Skiadas committed Aug 19, 2007
1 parent 913f510 commit e199a87
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Preferences/Disable Smart Typing after Backslashes.tmPreferences
@@ -0,0 +1,19 @@
<?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">
<plist version="1.0">
<dict>
<key>name</key>
<string>Disable Smart Typing after Backslashes</string>
<key>scope</key>
<string>text.tex constant.character.escape.tex</string>
<key>settings</key>
<dict>
<key>highlightPairs</key>
<array/>
<key>smartTypingPairs</key>
<array/>
</dict>
<key>uuid</key>
<string>C8BC77A9-CF8E-4510-A8C2-F48C6E7BC93E</string>
</dict>
</plist>

0 comments on commit e199a87

Please sign in to comment.