summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet b/editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet
new file mode 100644
index 00000000..bbdb041a
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/list_bullet.itSnippet
@@ -0,0 +1,8 @@
+{
+ title: 'Bullet List'
+ tab_trigger: 'list'
+ scope: 'text.html.prado'
+ content: '<com:TBulletedList${1: ID="${2:bullet}"}${3: DisplayMode="${4:HyperLink}"}>
+ $0
+</com:TBulletedList>'
+} \ No newline at end of file