summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/item.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/item.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/item.itSnippet6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/item.itSnippet b/editors/InType/Prado.itBundle/snippets/item.itSnippet
new file mode 100644
index 00000000..ebf19642
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/item.itSnippet
@@ -0,0 +1,6 @@
+{
+ title: 'List Item'
+ tab_trigger: 'item'
+ scope: 'text.html.prado'
+ content: '<com:TListItem Value="${1:value}"${2: Text="${3:text}"}/>'
+} \ No newline at end of file