From 6944173e8778795863eda56a3bd2f98efdd82c10 Mon Sep 17 00:00:00 2001 From: "Connor Lay (Clay)" Date: Sun, 1 Aug 2021 13:09:41 -0600 Subject: Feature: Add Surface language and integrate with Elixir (#1645) * Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections --- ftdetect/elixir.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftdetect/elixir.vim (limited to 'ftdetect/elixir.vim') diff --git a/ftdetect/elixir.vim b/ftdetect/elixir.vim new file mode 100644 index 00000000..b06597ce --- /dev/null +++ b/ftdetect/elixir.vim @@ -0,0 +1,2 @@ +au BufRead,BufNewFile *.ex,*.exs,mix.lock set filetype=elixir +au BufRead,BufNewFile *.eex,*.leex,*.heex set filetype=eelixir -- cgit v1.2.3