Remove rare html extensions, fixes #280

This commit is contained in:
Adam Stankiewicz
2019-03-10 20:14:21 +01:00
parent e4f906d9a5
commit 571f76e6b6
6 changed files with 8 additions and 137 deletions

View File

@@ -365,7 +365,7 @@ endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'glsl') == -1
augroup filetypedetect
" glsl, from glsl.vim in tikhomirov/vim-glsl
" glsl, from glsl.vim in tikhomirov/vim-glsl:_NOAFTER
" Language: OpenGL Shading Language
" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
@@ -640,7 +640,7 @@ endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'less') == -1
augroup filetypedetect
" less, from less.vim in groenewege/vim-less
" less, from less.vim in groenewege/vim-less:_NOAFTER
autocmd BufNewFile,BufRead *.less setf less
augroup end
endif