update version number
This commit is contained in:
parent
7c4dc26c9d
commit
2df15c3410
2 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ snippet todo "// TODO"
|
|||
// TODO $0
|
||||
endsnippet
|
||||
|
||||
snippet fn "function .."
|
||||
function $1($2) {
|
||||
$0
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet if "if ( ... ) { ... }"
|
||||
if ($1) {
|
||||
$0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue