diff options
Diffstat (limited to 'syntax/haxe.vim')
-rw-r--r-- | syntax/haxe.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/haxe.vim b/syntax/haxe.vim index ec950b94..c28e892d 100644 --- a/syntax/haxe.vim +++ b/syntax/haxe.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haxe') == -1 + " Vim syntax file " Language: haxe " Derived from: @@ -425,3 +427,5 @@ if main_syntax == 'haxe' unlet main_syntax endif let b:spell_options="contained" + +endif |