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