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