zuckschwerdt / asciidoc.tmbundle

AsciiDoc TextMate bundle

This URL has Read+Write access

asciidoc.tmbundle / Snippets / Heading 0.tmSnippet
100644 18 lines (16 sloc) 0.431 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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}
${1:Author Name} &lt;${2:mail@address.com}&gt;
v1.0, `date`
 
</string>
<key>name</key>
<string>Heading 0</string>
<key>uuid</key>
<string>0E6196F8-4A32-475D-8EF3-B740FD7BFEC9</string>
</dict>
</plist>