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 6e7868e commit 3cb525dCopy full SHA for 3cb525d
snippets/language-javascript.cson
@@ -91,7 +91,7 @@
91
'body': 'switch (${1:expression}) {\n\tcase ${2:expression}:\n\t\t$4\n\t\tbreak;$5\n\tdefault:\n\t\t$3\n}'
92
'case':
93
'prefix': 'case'
94
- 'body': 'case ${1:expression}: \n\t$2\n\tbreak;'
+ 'body': 'case ${1:expression}:\n\t$2\n\tbreak;'
95
'try':
96
'prefix': 'try'
97
'body': 'try {\n\t$1\n} catch (${2:e}) {\n\t$3\n}${4: finally {\n\t$5\n\\}}'
0 commit comments