summaryrefslogtreecommitdiffstats
path: root/syntax/eelixir.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-01-22 09:08:00 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2016-01-22 09:08:00 +0100
commit61390f58850c34b27d2a28dc14ebd760de152cc9 (patch)
treeef4822fc1f712ef0e2bdc50a435d7ef590da4d77 /syntax/eelixir.vim
parentf8a0fb37bf57fdf705747cc3aacbe50b6b2d6482 (diff)
downloadvim-polyglot-61390f58850c34b27d2a28dc14ebd760de152cc9.tar.gz
vim-polyglot-61390f58850c34b27d2a28dc14ebd760de152cc9.zip
Update
Diffstat (limited to 'syntax/eelixir.vim')
-rw-r--r--syntax/eelixir.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/syntax/eelixir.vim b/syntax/eelixir.vim
index 6d940cb9..38dee597 100644
--- a/syntax/eelixir.vim
+++ b/syntax/eelixir.vim
@@ -1,9 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
-" Vim syntax file
-" Language: Embedded Elixir
-" URL: https://github.com/elixir-lang/vim-elixir
-
if exists("b:current_syntax")
finish
endif
@@ -66,5 +62,4 @@ if main_syntax == 'eelixir'
unlet main_syntax
endif
-
endif