update snippets

This commit is contained in:
Ray Elliott 2020-04-26 12:47:16 +01:00
parent 53b0720cd1
commit eca9369e92
1 changed files with 1 additions and 5 deletions

View File

@ -8,12 +8,8 @@ if ($1) {
}
endsnippet
snippet cl; "console.log( ... );"
console.log($0);
endsnippet
snippet cl "console.log( ... )"
console.log($0)
console.log($0);
endsnippet
snippet if "if ( ... ) { ... }"