summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 0fa71e9c..ab7e639b 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -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