blob: 6b0b48a21c1280e3d1124158aa9a4c50dad4615c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if !polyglot#util#IsEnabled('html5', expand('<sfile>:p'))
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-->
|