summaryrefslogtreecommitdiff
path: root/User/joinon.sublime-snippet
blob: ba1557444dfe7efa156cdb1a830629948bb7acae (plain)
1
2
3
4
5
6
7
8
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>