From 7d4913e0c11138499d71e04fc38200f46f2b0dfa Mon Sep 17 00:00:00 2001 From: Josh Vandergrift Date: Sat, 18 Jun 2016 11:04:59 -0700 Subject: [PATCH] Add support for HTML snippets in *.html.eex files --- snippets/eelixir.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/eelixir.snippets b/snippets/eelixir.snippets index bb6c5d4..3d6e33d 100644 --- a/snippets/eelixir.snippets +++ b/snippets/eelixir.snippets @@ -1,3 +1,5 @@ +extends html + snippet % <% ${0} %> snippet =