init
This commit is contained in:
5
snippets/elixir-mode/fn
Normal file
5
snippets/elixir-mode/fn
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fn
|
||||
# key: fn
|
||||
# --
|
||||
fn ${1:x} -> $1$0 end
|
||||
Reference in New Issue
Block a user