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: 2014-10-21 16:07:59 +0200 (Di, 21 Okt 2014) $
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 <http://jedmodes.sf.net/mode/rst/>`__ for the `JED`_
programmers editor
Additions are welcome.
.. _reStructuredText: http://docutils.sf.net/rst.html
.. _JED: http://www.jedsoft.org/jed/
|