diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TStyleSheet.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TStyleSheet.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TStyleSheet.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TStyleSheet.tmSnippet new file mode 100644 index 00000000..f1e4bbdb --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TStyleSheet.tmSnippet @@ -0,0 +1,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><com:TStyleSheet StyleSheetUrl="${1:test.css}"> + ${2:<!-- insert content here or use StyleSheetUrl -->} +</com:TStyleSheet>$0</string> + <key>name</key> + <string>TStyleSheet</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TStyleSheet</string> + <key>uuid</key> + <string>606E45DE-FC1C-4AE7-8DF1-3F61C4520F0B</string> +</dict> +</plist> |