public
Description: TextMate bundle for the Radius tagging language, used in Radiant CMS - http://radiantcms.org
Homepage: http://radius.rubyforge.org/
Clone URL: git://github.com/avonderluft/radius-tmbundle.git
radius-tmbundle / Snippets / slug.tmSnippet
100644 18 lines (17 sloc) 0.452 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>&lt;r:slug /&gt;
</string>
<key>name</key>
<string>slug</string>
<key>scope</key>
<string>text.html.radius</string>
<key>tabTrigger</key>
<string>s</string>
<key>uuid</key>
<string>0938DE98-054E-4DE3-B155-B20C35299BB9</string>
</dict>
</plist>