Skip to content

Commit

Permalink
Merge pull request honza#357 from Mayeu/patch-1
Browse files Browse the repository at this point in the history
Fix the "fun" snippet definition
  • Loading branch information
honza committed May 2, 2014
2 parents d43f278 + 5eec8a1 commit 0f7742f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/elixir.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ snippet fn
fn(${1:args}) -> ${0} end

snippet fun
function do
${0}
end
function do
${0}
end

snippet mdoc
@moduledoc """
Expand Down

0 comments on commit 0f7742f

Please sign in to comment.