summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet b/editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet
new file mode 100644
index 00000000..22ab0029
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/exp_directive.itSnippet
@@ -0,0 +1,6 @@
+{
+ title: 'Directive Tag'
+ tab_trigger: '@'
+ scope: 'text.html.prado'
+ content: '<%@ ${0:$SELECTED_TEXT} %>'
+} \ No newline at end of file