1
0
forked from aniani/vim

patch 8.2.3087: Gemtext files are not recognized

Problem:    Gemtext files are not recognized.
Solution:   Recognize .gmi and .gemini files. (closes #8427)
This commit is contained in:
Bram Moolenaar
2021-07-03 13:51:44 +02:00
parent 6fc0161682
commit fcde67c99f
3 changed files with 6 additions and 0 deletions

View File

@@ -650,6 +650,9 @@ au BufNewFile,BufRead *.mo,*.gdmo setf gdmo
" Gedcom
au BufNewFile,BufRead *.ged,lltxxxxx.txt setf gedcom
" Gemtext
au BufNewFile,BufRead *.gmi,*.gemini setf gemtext
" Gift (Moodle)
autocmd BufRead,BufNewFile *.gift setf gift