2019-03-04 09:28:35 +01:00
|
|
|
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+=-
|
2015-07-18 23:05:45 +02:00
|
|
|
|
2016-01-22 09:08:00 +01:00
|
|
|
setlocal commentstring=<!--%s-->
|