mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Add log syntax, closes #394
This commit is contained in:
@@ -706,6 +706,15 @@ au BufRead,BufNewFile *.td set filetype=tablegen
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'log') == -1
|
||||
augroup filetypedetect
|
||||
" log, from log.vim in MTDL9/vim-log-highlighting
|
||||
|
||||
au BufNewFile,BufRead *.log set filetype=log
|
||||
au BufNewFile,BufRead *_log set filetype=log
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mako') == -1
|
||||
augroup filetypedetect
|
||||
" mako, from mako.vim in sophacles/vim-bundle-mako
|
||||
|
||||
Reference in New Issue
Block a user