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/xml/index.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/mode/xml/index.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/mode/xml/index.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/mode/xml/index.html b/codemirror_ui/lib/CodeMirror-2.3/mode/xml/index.html new file mode 100644 index 0000000..3b6d6af --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/mode/xml/index.html @@ -0,0 +1,44 @@ + + + + CodeMirror: XML mode + + + + + + + +

CodeMirror: XML mode

+
+ +

The XML mode supports two configuration parameters:

+
+
htmlMode (boolean)
+
This switches the mode to parse HTML instead of XML. This + means attributes do not have to be quoted, and some elements + (such as br) do not require a closing tag.
+
alignCDATA (boolean)
+
Setting this to true will force the opening tag of CDATA + blocks to not be indented.
+
+ +

MIME types defined: application/xml, text/html.

+ + -- cgit v1.2.3