diff options
Diffstat (limited to 'ftplugin/emblem.vim')
-rw-r--r-- | ftplugin/emblem.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/emblem.vim b/ftplugin/emblem.vim index 68b7f25e..8432f413 100644 --- a/ftplugin/emblem.vim +++ b/ftplugin/emblem.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emblem') == -1 + " Language: emblem " Maintainer: heartsentwined <heartsentwined@cogito-lab.com> " URL: http://github.com/heartsentwined/vim-emblem @@ -15,3 +17,5 @@ setlocal smartindent setlocal formatoptions=q setlocal comments=:/ setlocal commentstring=/\ %s + +endif |