From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../lib/CodeMirror-2.3/mode/rst/index.html | 525 +++++++++++++++++++++ 1 file changed, 525 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/mode/rst/index.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/mode/rst/index.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/mode/rst/index.html b/codemirror_ui/lib/CodeMirror-2.3/mode/rst/index.html new file mode 100644 index 0000000..fd75a28 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/mode/rst/index.html @@ -0,0 +1,525 @@ + + + + CodeMirror: reStructuredText mode + + + + + + + +

CodeMirror: reStructuredText mode

+ +
+ + +

The reStructuredText mode supports one configuration parameter:

+
+
verbatim (string)
+
A name or MIME type of a mode that will be used for highlighting + verbatim blocks. By default, reStructuredText mode uses uniform color + for whole block of verbatim text if no mode is given.
+
+

If python mode is available, + it will be used for highlighting blocks containing Python/IPython terminal + sessions (blocks starting with >>> (for Python) or + In [num]: (for IPython). + +

MIME types defined: text/x-rst.

+ + + -- cgit v1.2.3