From 3a754133dbc138390503341fd2e9beba3e43aa4b Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 27 Jan 2012 12:05:17 -0800 Subject: Merged old FileIO --- imports/codemirror/mode/xmlpure/index.html | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 imports/codemirror/mode/xmlpure/index.html (limited to 'imports/codemirror/mode/xmlpure/index.html') diff --git a/imports/codemirror/mode/xmlpure/index.html b/imports/codemirror/mode/xmlpure/index.html new file mode 100755 index 00000000..721834ac --- /dev/null +++ b/imports/codemirror/mode/xmlpure/index.html @@ -0,0 +1,59 @@ + + +
+This is my XML parser, based on the original:
+What's missing:
+MIME types defined: application/xml
, text/xml
.
@author: Dror BG (deebug.dev[at]gmail.com)
+
@date: August, 2011
+
@github: https://github.com/deebugger/CodeMirror2
+ +MIME types defined: application/xml
, text/xml
.