zuckschwerdt / asciidoc.tmbundle

AsciiDoc TextMate bundle

This URL has Read+Write access

zuckschwerdt (author)
Fri Mar 13 13:02:48 -0700 2009
commit  9ef4509d5b6ed80f9a2bc61f82ac4c9453573ffd
tree    82a1ab8e7bbb9f30b7a6541f94d50ac33e04c733
parent  217f717c5e3e1c95f98b14948ecea8e04af452cf
asciidoc.tmbundle / Snippets / Superscript.tmSnippet
100644 17 lines (16 sloc) 0.47 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>^$TM_SELECTED_TEXT^</string>
<key>keyEquivalent</key>
<string>^$</string>
<key>name</key>
<string>Superscript</string>
<key>scope</key>
<string>text.html.asciidoc</string>
<key>uuid</key>
<string>9CAEAC8D-5647-404C-BC83-FB8CD1FFEB81</string>
</dict>
</plist>