vim-polyglot/ftplugin/html.vim

14 lines
319 B
VimL
Raw Permalink Normal View History

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
2014-06-08 07:18:33 -04:00
" Maintainer: othree <othree@gmail.com>
" URL: http://github.com/othree/html5.vim
" Last Change: 2014-05-02
" License: MIT
" Changes: Add - to keyword
2014-11-10 20:37:21 -05:00
" setlocal iskeyword+=-
2016-01-22 03:08:00 -05:00
setlocal commentstring=<!--%s-->
endif