summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.vim2
-rw-r--r--ftdetect/polyglot.vim2
2 files changed, 4 insertions, 0 deletions
diff --git a/config.vim b/config.vim
index 13d7fd13..2f90dc97 100644
--- a/config.vim
+++ b/config.vim
@@ -7,3 +7,5 @@ endif
if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0
endif
+
+let g:filetype_euphoria = 'elixir'
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 428c14db..386086dc 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -8,6 +8,8 @@ endif
if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0
endif
+
+let g:filetype_euphoria = 'elixir'
" ftdetect/ansible.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1