summaryrefslogtreecommitdiffstats
path: root/syntax/haxe.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/haxe.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/haxe.vim b/syntax/haxe.vim
index 89329caa..ef159ce9 100644
--- a/syntax/haxe.vim
+++ b/syntax/haxe.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haxe') == -1
+
" Vim syntax file
" Language: haxe
" Derived from:
@@ -426,4 +427,5 @@ if main_syntax == 'haxe'
unlet main_syntax
endif
let b:spell_options="contained"
+
endif