1
0
forked from aniani/vim

patch 8.2.0843: filetype elm not detected

Problem:    Filetype elm not detected.
Solution:   Recognize *.elm files. (closes #6157)
This commit is contained in:
Bram Moolenaar
2020-05-30 13:15:14 +02:00
parent 208534d9ae
commit 0016fd2e29
3 changed files with 6 additions and 0 deletions

View File

@@ -547,6 +547,9 @@ au BufNewFile,BufRead */etc/elinks.conf,*/.elinks/elinks.conf setf elinks
" ERicsson LANGuage; Yaws is erlang too
au BufNewFile,BufRead *.erl,*.hrl,*.yaws setf erlang
" Elm
au BufNewFile,BufRead *.elm setf elm
" Elm Filter Rules file
au BufNewFile,BufRead filter-rules setf elmfilt