diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTextHighlighter.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TTextHighlighter.tmSnippet | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTextHighlighter.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTextHighlighter.tmSnippet new file mode 100644 index 00000000..26f8decc --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTextHighlighter.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:TTextHighlighter ShowLineNumbers="${1:true}" Language="${2:PHP}"> + ${0:<!-- content -->} +</com:TTextHighlighter></string> + <key>name</key> + <string>TTextHighlighter</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TTextHighlighter</string> + <key>uuid</key> + <string>09390D01-F829-4439-832A-D76B5BB363F5</string> +</dict> +</plist> |