2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'html5') != -1
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
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+=-
|
2015-07-18 17:05:45 -04:00
|
|
|
|
2016-01-22 03:08:00 -05:00
|
|
|
setlocal commentstring=<!--%s-->
|