mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
14 lines
326 B
VimL
14 lines
326 B
VimL
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-->
|