1
0
forked from aniani/vim

patch 8.2.2625: rss files not recognized

Problem:    Rss files not recognized.
Solution:   Recognize .rss as XML. (Kivin Locke, closes #7987)
This commit is contained in:
Bram Moolenaar
2021-03-19 20:27:40 +01:00
parent 74b99f6ab6
commit af125866db
3 changed files with 6 additions and 1 deletions

View File

@@ -1397,6 +1397,9 @@ else
au BufNewFile,BufRead *.rmd,*.smd setf rmd
endif
" RSS looks like XML
au BufNewFile,BufRead *.rss setf xml
" R reStructuredText file
if has("fname_case")
au BufNewFile,BufRead *.Rrst,*.rrst,*.Srst,*.srst setf rrst