summaryrefslogtreecommitdiffstats
path: root/ftplugin/emblem.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/emblem.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/emblem.vim b/ftplugin/emblem.vim
index eec84036..54bdc07e 100644
--- a/ftplugin/emblem.vim
+++ b/ftplugin/emblem.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emblem') == -1
+
" Language: emblem
" Maintainer: Yulij Andreevich Lesov <yalesov@gmail.com>
" URL: http://github.com/yalesov/vim-emblem
@@ -16,4 +17,5 @@ setlocal smartindent
setlocal formatoptions=q
setlocal comments=:/
setlocal commentstring=/\ %s
+
endif