summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2023-01-09 20:08:00 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-09 20:08:00 +0000
commitd41262ed06564cef98a3800e2928e6e0db91abbf (patch)
tree100b220909760a7b0d9534c84e1353126cd13c12 /runtime
parent1cfb14aa972ccf3235ac67f07b7db1175b7c5384 (diff)
patch 9.0.1167: EditorConfig files do not have their own filetypev9.0.1167
Problem: EditorConfig files do not have their own filetype. Solution: Add the "editorconfig" filetype. (Gregory Anders, closes #11779)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index c659de8477..22f6d1c41e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -606,8 +606,8 @@ au BufNewFile,BufRead *.edn
\ setf clojure |
\ endif
-" EditorConfig (close enough to dosini)
-au BufNewFile,BufRead .editorconfig setf dosini
+" EditorConfig
+au BufNewFile,BufRead .editorconfig setf editorconfig
" Embedix Component Description
au BufNewFile,BufRead *.ecd setf ecd