summaryrefslogtreecommitdiffstats
path: root/syntax/elm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/elm.vim')
-rw-r--r--syntax/elm.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/elm.vim b/syntax/elm.vim
index 2f0b2876..9a7628ae 100644
--- a/syntax/elm.vim
+++ b/syntax/elm.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elm') == -1
+
" syntax highlighting for Elm (http://elm-lang.org/)
if exists('b:current_syntax')
@@ -80,4 +81,5 @@ hi def link elmNumberType Identifier
syn sync minlines=500
let b:current_syntax = 'elm'
+
endif