From 1d51564c2ed08c8a7bb802c989108c4793a04720 Mon Sep 17 00:00:00 2001 From: Ossi Hanhinen Date: Wed, 10 Feb 2016 22:37:10 +0200 Subject: [PATCH] Add Logger.debug snippets --- snippets/language-elixir.cson | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/snippets/language-elixir.cson b/snippets/language-elixir.cson index 1ba73e5..b35958e 100644 --- a/snippets/language-elixir.cson +++ b/snippets/language-elixir.cson @@ -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': '%'