diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-26 01:34:24 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-26 01:34:24 +0900 |
commit | e2daafe834343c1a3565c4435f7c0e3b7a96f88b (patch) | |
tree | 6bcf5bdb68d683c1feb6d2c14778e96c0d7a82fa /template/elixer | |
parent | 025533a212943816d52b50207cc10e1062fa828f (diff) | |
download | vim-sonictemplate-e2daafe834343c1a3565c4435f7c0e3b7a96f88b.tar.gz vim-sonictemplate-e2daafe834343c1a3565c4435f7c0e3b7a96f88b.tar.bz2 vim-sonictemplate-e2daafe834343c1a3565c4435f7c0e3b7a96f88b.zip |
Add elixer
Diffstat (limited to 'template/elixer')
-rw-r--r-- | template/elixer/base-main.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/elixer/base-main.exs b/template/elixer/base-main.exs new file mode 100644 index 0000000..300393a --- /dev/null +++ b/template/elixer/base-main.exs @@ -0,0 +1,5 @@ +defmodule {{_name_}} do + def {{_input_:func}} do + IO.puts "{{_cursor_}}" + end +end |