blob: feb51c58a73d1a59314f414aa0cc7a33c41f5109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
======================================
Editor Support for reStructuredText_
======================================
:Date: $Date$
The files in this directory contain support code for reStructuredText
editing for the following editors:
* `Emacs <emacs>`__: see the `README <emacs/README.html>`__ and `Emacs
Support for reStructuredText <../../docs/user/emacs.html>`_.
External links:
* `reStructuredText syntax highlighting mode for vim
<http://www.vim.org/scripts/script.php?script_id=973>`__
* `VST (Vim reStructured Text) is a plugin for Vim7 with folding for
reST <http://www.vim.org/scripts/script.php?script_id=1334>`__
* `rst mode <https://jedmodes.sourceforge.io/mode/rst/>`__ for the `JED`_
programmers editor
Additions are welcome.
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _JED: http://www.jedsoft.org/jed/
|