diff --git a/UltiSnips/eelixir.snippets b/UltiSnips/eelixir.snippets index 8ca8252..040077f 100644 --- a/UltiSnips/eelixir.snippets +++ b/UltiSnips/eelixir.snippets @@ -21,7 +21,7 @@ snippet ft "form_tag" w endsnippet snippet lin "link" w -<%= link ${1:"${2:Submit}"}, to: ${3:"${4:/users}"}, method: ${5::delete}) %> +<%= link ${1:"${2:Submit}"}, to: ${3:"${4:/users}"}, method: ${5::delete} %> endsnippet snippet ff "form_for" w diff --git a/snippets/eelixir.snippets b/snippets/eelixir.snippets index 57c0371..be7ce01 100644 --- a/snippets/eelixir.snippets +++ b/snippets/eelixir.snippets @@ -13,7 +13,7 @@ snippet ft snippet lin - <%= link "${1:Submit}", to: ${2:"/users"}, method: ${3::delete}) %> + <%= link "${1:Submit}", to: ${2:"/users"}, method: ${3::delete} %> snippet ff <%= form_for @changeset, ${1:"/users"}, fn f -> %>