vim-polyglot/ftplugin/html.vim
Adam Stankiewicz 61390f5885 Update
2016-01-22 09:08:00 +01:00

14 lines
319 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
" Maintainer: othree <othree@gmail.com>
" URL: http://github.com/othree/html5.vim
" Last Change: 2014-05-02
" License: MIT
" Changes: Add - to keyword
" setlocal iskeyword+=-
setlocal commentstring=<!--%s-->
endif