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