diff options
author | sloum <sloum@colorfield.space> | 2020-03-03 07:58:31 -0800 |
---|---|---|
committer | sloum <sloum@colorfield.space> | 2020-03-03 07:58:31 -0800 |
commit | cb077c34b553991ca4e82d2fa16a13c7fc471ed9 (patch) | |
tree | 90e6c60a3ca475448702990e1d0339bdbbfe36c3 /ftdetect |
Initial commit
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/gmi.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/gmi.vim b/ftdetect/gmi.vim new file mode 100644 index 0000000..2040f0c --- /dev/null +++ b/ftdetect/gmi.vim @@ -0,0 +1,2 @@ +au BufRead,BufNewFile *.gmi set filetype=gmi +" Gemini protocol syntax for text/gemini files (*.gmi) |