Added livescript str snippet
This commit is contained in:
parent
1df60aadd2
commit
883916a91d
@ -86,6 +86,9 @@ snippet mat
|
||||
# Log
|
||||
snippet log
|
||||
console.log ${1}
|
||||
# stringify
|
||||
snippet str
|
||||
JSON.stringify ${1}, void, 2
|
||||
|
||||
# Try __ Catch
|
||||
snippet try
|
||||
|
Loading…
Reference in New Issue
Block a user