Add support for ics, closes #492

This commit is contained in:
Adam Stankiewicz
2020-05-28 11:12:25 +02:00
parent 224a6348f9
commit f0f49cf0fa
8 changed files with 365 additions and 2 deletions

View File

@@ -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