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 / Heading 2.tmSnippet
100644 15 lines (14 sloc) 0.37 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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_CURRENT_LINE/./~/g}
</string>
<key>name</key>
<string>Heading 2</string>
<key>uuid</key>
<string>9FDAF32D-B365-4A99-AB78-248688800638</string>
</dict>
</plist>