diff options
Diffstat (limited to 'syntax/velocity.vim')
-rw-r--r-- | syntax/velocity.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/velocity.vim b/syntax/velocity.vim index ee6200fa..d044f914 100644 --- a/syntax/velocity.vim +++ b/syntax/velocity.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'velocity') == -1 " Vim syntax file " Language: Velocity HTML template |