Merge pull request #357 from Mayeu/patch-1

Fix the "fun" snippet definition
This commit is contained in:
Honza Pokorny 2014-05-02 16:43:31 -03:00
commit 0f7742f1c1

View File

@ -93,9 +93,9 @@ snippet fn
fn(${1:args}) -> ${0} end fn(${1:args}) -> ${0} end
snippet fun snippet fun
function do function do
${0} ${0}
end end
snippet mdoc snippet mdoc
@moduledoc """ @moduledoc """