From 363ac62e23acbd22e094e7e13aba75a3a85e4b61 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/surface.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/surface.vim (limited to 'ftdetect/surface.vim') diff --git a/ftdetect/surface.vim b/ftdetect/surface.vim new file mode 100644 index 000000000..6fb2a69be --- /dev/null +++ b/ftdetect/surface.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.sface set filetype=surface -- cgit v1.2.3-70-g09d2