summaryrefslogtreecommitdiff
path: root/User/joinon.sublime-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'User/joinon.sublime-snippet')
-rw-r--r--User/joinon.sublime-snippet9
1 files changed, 9 insertions, 0 deletions
diff --git a/User/joinon.sublime-snippet b/User/joinon.sublime-snippet
new file mode 100644
index 0000000..ba15574
--- /dev/null
+++ b/User/joinon.sublime-snippet
@@ -0,0 +1,9 @@
+<snippet>
+ <!-- Example: Hello, ${1:this} is a ${2:snippet}. -->
+ <content><![CDATA[
+${1:ON} ${2:A}.${3:field} = ${4:B}.${5:${3:field}}
+]]></content>
+ <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
+ <tabTrigger>ON=</tabTrigger>
+ <description>ON join condition</description>
+</snippet>