mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Add odin support, closes #544
This commit is contained in:
@@ -1908,6 +1908,10 @@ if !has_key(s:disabled_packages, 'dosini')
|
||||
au BufNewFile,BufRead php.ini-* call s:StarSetf('dosini')
|
||||
endif
|
||||
|
||||
if !has_key(s:disabled_packages, 'odin')
|
||||
au BufNewFile,BufRead *.odin setf odin
|
||||
endif
|
||||
|
||||
|
||||
" end filetypes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user