summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/html.vim
blob: ab2a8f2b0895fa4d964b6c3a901f636124eb23d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
if !has_key(g:polyglot_is_disabled, 'html5')
  finish
endif

" 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-->