Skip to content

Commit

Permalink
Added livescript str snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
kevicency committed Aug 9, 2013
1 parent 1df60aa commit 883916a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snippets/ls.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ snippet mat
# Log
snippet log
console.log ${1}
# stringify
snippet str
JSON.stringify ${1}, void, 2

# Try __ Catch
snippet try
Expand Down

0 comments on commit 883916a

Please sign in to comment.