blob: 782d4015646cbeeb0845a3ca72847b0b5084a6c2 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1
  
" 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-->
endif
 |