aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-07-03 22:59:35 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-07-04 09:22:49 -0400
commitc2a7e445ce6652e986b2018c62cc1d54a9691b29 (patch)
tree052bcb086564326df089ebcf7bf928e677e74151 /runtime
parentd7060183b89742bdb89537beb06201faf05f2fef (diff)
downloadrneovim-c2a7e445ce6652e986b2018c62cc1d54a9691b29.tar.gz
rneovim-c2a7e445ce6652e986b2018c62cc1d54a9691b29.tar.bz2
rneovim-c2a7e445ce6652e986b2018c62cc1d54a9691b29.zip
vim-patch:8.2.3087: Gemtext files are not recognized
Problem: Gemtext files are not recognized. Solution: Recognize .gmi and .gemini files. (closes vim/vim#8427) https://github.com/vim/vim/commit/fcde67c99fbb6d7294e01b9e87d8d2ae7af31255
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 981515081e..40d7e8be08 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -646,6 +646,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