We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656c1a1 commit c0bc1b1Copy full SHA for c0bc1b1
function.sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
<content><![CDATA[
3
-function ${1:methodName} (${2:arguments}) {
+function ${1:methodName}(${2:arguments}) {
4
${0:// body...}
5
}
6
]]></content>
0 commit comments