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