A list of interesting GH repos:
- https://github.com/vim-scripts/rest.vim (rest.vim from 2004, "derived somewhat from Nikolai Weibull's" syntax file)
- https://github.com/mitsuhiko/vim-rst (syntax, based on Nikolai Weibull's rst syntax, no documentation)
- https://github.com/mrsipan/vim-rst (mappings, folding, syntax based on Nikolai Weibull's rst syntax, no documentation)
- https://github.com/khorser/vim-rst-ftplugin (no syntax, ftplugin for folding, mappings for navigation, modification)
- https://github.com/veselosky/vim-rst (a ftplugin that sets nolist and a snippets file with one snippet)
- https://github.com/edthedev/rst-syntax.vim (sets filetype=rst for *.txt)
- https://github.com/yang-ling/rst/blob/master/ftplugin/rst.vim (a ftplugin that sets indent options)
Vim itself ships a rst.vim maintained by Marshall Ward [email protected] (originally by Nikolai Weibull).
Vim's rst.vim doesn't highlight doctests. I want a highlighter that highlights doctests.
- mrsipan/vim-rst has a rstDoctestBlock and highlights Python code inside
- mitsuhiko/vim-rst has a rstDoctestBlock syntax region, no Python highlighting
- vim-scripts/rest.vim doesn't highlight doctests (but I had a patched version that did)
Thanks from me as well. Please do contact me if there's anything missing from vim's
rst.vim
syntax file. I'll have a look through thedoctest
highlighting.