blob: 6c260baa91fa34a861a6ead3af2852981b17b283 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'ftplugin/html.vim')
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-->
|