1
0
forked from aniani/vim

patch 8.2.2624: atom files not recognized

Problem:    Atom files not recognized.
Solution:   Recognize .atom as XML. (Kivin Locke, closes #7986)
This commit is contained in:
Bram Moolenaar
2021-03-19 20:19:12 +01:00
parent 17709e280a
commit 74b99f6ab6
3 changed files with 6 additions and 1 deletions

View File

@@ -168,6 +168,9 @@ au BufNewFile,BufRead *.mar setf vmasm
" Atlas
au BufNewFile,BufRead *.atl,*.as setf atlas
" Atom is based on XML
au BufNewFile,BufRead *.atom setf xml
" Autoit v3
au BufNewFile,BufRead *.au3 setf autoit