14 lines
324 B
VimL
Raw Normal View History

if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'html5') != -1
finish
endif
2014-06-08 13:18:33 +02: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-11 02:37:21 +01:00
" setlocal iskeyword+=-
2016-01-22 09:08:00 +01:00
setlocal commentstring=<!--%s-->