X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fmode%2Fxml%2Findex.html;fp=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fmode%2Fxml%2Findex.html;h=9628d954c002fc2edbc0b22007f0c6ab7c40b103;hb=31540dd504798e0aca69e10d8144fbedc5b16af8;hp=0000000000000000000000000000000000000000;hpb=937653fd70bbf7d95bcf870e7f2b46b4a8fec486;p=myslice.git diff --git a/to-be-integrated/third-party/codemirror-3.15/mode/xml/index.html b/to-be-integrated/third-party/codemirror-3.15/mode/xml/index.html new file mode 100644 index 00000000..9628d954 --- /dev/null +++ b/to-be-integrated/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.

+ +