💾 Archived View for tilde.club › ~filip › tech › config › gemtext.vim › gemtext.vim.gmi captured on 2024-06-16 at 12:51:10. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
Vim syntax highlighting for Gemini Protocol's gemtext (text/gemini) format.
Place `gemtext.vim` in `~/.vim/syntax` and enable gemtext highlighting by adding the following line to `.vimrc`:
au BufRead,BufNewFile *.gmi,*.gemini,*.gemtext set filetype=gemtext.vim