mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
Add support for ics, closes #492
This commit is contained in:
@@ -276,6 +276,10 @@ if index(g:polyglot_disabled, 'i3') == -1
|
||||
au BufNewFile,BufRead .i3.config,i3.config,*.i3config,*.i3.config set ft=i3config
|
||||
endif
|
||||
|
||||
if index(g:polyglot_disabled, 'icalendar') == -1
|
||||
au BufNewFile,BufRead *.ics set ft=icalendar
|
||||
endif
|
||||
|
||||
if index(g:polyglot_disabled, 'idris') == -1
|
||||
au BufNewFile,BufRead *.idr set ft=idris
|
||||
au BufNewFile,BufRead idris-response set ft=idris
|
||||
|
||||
Reference in New Issue
Block a user