1
0
forked from aniani/vim

patch 9.0.1167: EditorConfig files do not have their own filetype

Problem:    EditorConfig files do not have their own filetype.
Solution:   Add the "editorconfig" filetype. (Gregory Anders, closes #11779)
This commit is contained in:
Gregory Anders
2023-01-09 20:08:00 +00:00
committed by Bram Moolenaar
parent 1cfb14aa97
commit d41262ed06
3 changed files with 6 additions and 3 deletions

View File

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