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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user