X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=third-party%2Fcodemirror-3.15%2Fmode%2Fxml%2Findex.html;fp=third-party%2Fcodemirror-3.15%2Fmode%2Fxml%2Findex.html;h=9628d954c002fc2edbc0b22007f0c6ab7c40b103;hb=75d3bceb8e1d168e83982f910a916aee3bab7981;hp=0000000000000000000000000000000000000000;hpb=302dd5bda1297ed6579ca26da35ee67f8d35d934;p=unfold.git diff --git a/third-party/codemirror-3.15/mode/xml/index.html b/third-party/codemirror-3.15/mode/xml/index.html new file mode 100644 index 00000000..9628d954 --- /dev/null +++ b/third-party/codemirror-3.15/mode/xml/index.html @@ -0,0 +1,45 @@ + + + + + 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.

+ +