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

- -