summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/tab.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/tab.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/tab.itSnippet8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/tab.itSnippet b/editors/InType/Prado.itBundle/snippets/tab.itSnippet
new file mode 100644
index 00000000..5d8bd9b2
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/tab.itSnippet
@@ -0,0 +1,8 @@
+{
+ title: 'Tab'
+ tab_trigger: 'tab'
+ scope: 'text.html.prado'
+ content: '<com:TTabView Caption="${1:tab}">
+ $0
+</com:TTabView>'
+} \ No newline at end of file