Merge pull request #248 from michihuber/patch-1

Add function do ... end snippet to elixir
This commit is contained in:
Honza Pokorny 2013-07-22 05:34:53 -07:00
commit 8a0cd14a26

View File

@ -89,6 +89,11 @@ snippet doc
snippet fn snippet fn
fn(${1:args}) -> ${2} end fn(${1:args}) -> ${2} end
snippet fun
function do
${1}
end
snippet mdoc snippet mdoc
@moduledoc """ @moduledoc """
${1} ${1}