diff --git a/rhodecode/public/js/mode/xml/index.html b/rhodecode/public/js/mode/xml/index.html new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/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.

+ +