Skip to content

Commit

Permalink
Add Logger.debug snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanhi committed Feb 10, 2016
1 parent 169880f commit 1d51564
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snippets/language-elixir.cson
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
'test':
'prefix': 'test'
'body': 'test "$1" do\n\t$0\nend'
'Logger.debug':
'prefix': 'deb'
'body': 'Logger.debug "$0"'
'Logger.debug inspect':
'prefix': 'debi'
'body': 'Logger.debug "\#{inspect $0}"'
'.text.elixir':
'<% inline %>':
'prefix': '%'
Expand Down

0 comments on commit 1d51564

Please sign in to comment.