summaryrefslogtreecommitdiffstats
path: root/syntax/velocity.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/velocity.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/velocity.vim b/syntax/velocity.vim
index 9090b40a..01fff656 100644
--- a/syntax/velocity.vim
+++ b/syntax/velocity.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1
+
" Vim syntax file
" Language: Velocity HTML template
" Maintainer: Hsiaoming Young <http://lepture.com>
@@ -65,3 +67,5 @@ if version >= 508 || !exists("did_velocity_syn_inits")
endif
let b:current_syntax = "velocity"
+
+endif