summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-19 20:19:12 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-19 20:19:12 +0100
commit74b99f6ab6e0265ebee4ed496845f28e0904318d (patch)
tree032093a929626ff0385456305c3be25566e9acd7 /runtime/filetype.vim
parent17709e280ac5ba234b04641cde88d38e3522cedf (diff)
patch 8.2.2624: atom files not recognizedv8.2.2624
Problem: Atom files not recognized. Solution: Recognize .atom as XML. (Kivin Locke, closes #7986)
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 1a18a651e0..e907630b4e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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