summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index de432869ba..927230d4ff 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1103,6 +1103,9 @@ au BufNewFile,BufRead *.ini,*.INI setf dosini
" SysV Inittab
au BufNewFile,BufRead inittab setf inittab
+" Inko
+au BufNewFile,BufRead *.inko setf inko
+
" Inno Setup
au BufNewFile,BufRead *.iss setf iss