summaryrefslogtreecommitdiffstats
path: root/ftplugin/liquid.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/liquid.vim')
-rw-r--r--ftplugin/liquid.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/liquid.vim b/ftplugin/liquid.vim
index b211a884..34543367 100644
--- a/ftplugin/liquid.vim
+++ b/ftplugin/liquid.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'liquid') == -1
+
" Vim filetype plugin
" Language: Liquid
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -59,3 +61,5 @@ endif
setlocal commentstring={%\ comment\ %}%s{%\ endcomment\ %}
let b:undo_ftplugin .= 'setl cms< | unlet! b:browsefilter b:match_words'
+
+endif