lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

function-(fun).sublime-snippet (210B)


      1 <snippet>
      2 	<content><![CDATA[function ${1:function_name}(${2:argument}) {
      3 	${0:// body...}
      4 }]]></content>
      5 	<tabTrigger>fun</tabTrigger>
      6 	<scope>source.js</scope>
      7 	<description>Function</description>
      8 </snippet>