Merge pull request #139 from Layzie/improve_javascript
Propose tertiary conditional for JavaScript
This commit is contained in:
commit
ff07c7747d
@ -32,7 +32,7 @@ snippet ife
|
|||||||
${3}
|
${3}
|
||||||
}
|
}
|
||||||
# tertiary conditional
|
# tertiary conditional
|
||||||
snippet t
|
snippet ter
|
||||||
${1:/* condition */} ? ${2:a} : ${3:b}
|
${1:/* condition */} ? ${2:a} : ${3:b}
|
||||||
# switch
|
# switch
|
||||||
snippet switch
|
snippet switch
|
||||||
|
Loading…
Reference in New Issue
Block a user