diff --git a/CodeMirror-2.25/mode/clike/index.html b/CodeMirror-2.25/mode/clike/index.html deleted file mode 100644 index 64d02f1..0000000 --- a/CodeMirror-2.25/mode/clike/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - CodeMirror: C-like mode - - - - - - - -

CodeMirror: C-like mode

- -
- - - -

Simple mode that tries to handle C-like languages as well as it - can. Takes two configuration parameters: keywords, an - object whose property names are the keywords in the language, - and useCPP, which determines whether C preprocessor - directives are recognized.

- -

MIME types defined: text/x-csrc - (C code), text/x-c++src (C++ - code), text/x-java (Java - code), text/x-csharp (C#).

- - diff --git a/CodeMirror-2.25/mode/coffeescript/index.html b/CodeMirror-2.25/mode/coffeescript/index.html deleted file mode 100644 index 98bd497..0000000 --- a/CodeMirror-2.25/mode/coffeescript/index.html +++ /dev/null @@ -1,727 +0,0 @@ - - - - CodeMirror: CoffeeScript mode - - - - - - - -

CodeMirror: CoffeeScript mode

-
- - -

MIME types defined: text/x-coffeescript.

- -

The CoffeeScript mode was written by Jeff Pickhardt (license).

- - - diff --git a/CodeMirror-2.25/mode/css/index.html b/CodeMirror-2.25/mode/css/index.html deleted file mode 100644 index 4993434..0000000 --- a/CodeMirror-2.25/mode/css/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - CodeMirror: CSS mode - - - - - - - -

CodeMirror: CSS mode

-
- - -

MIME types defined: text/css.

- - - diff --git a/CodeMirror-2.25/mode/javascript/index.html b/CodeMirror-2.25/mode/javascript/index.html deleted file mode 100644 index c3ab91d..0000000 --- a/CodeMirror-2.25/mode/javascript/index.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - CodeMirror: JavaScript mode - - - - - - - -

CodeMirror: JavaScript mode

- -
- - - -

JavaScript mode supports a single configuration - option, json, which will set the mode to expect JSON - data rather than a JavaScript program.

- -

MIME types defined: text/javascript, application/json.

- - diff --git a/CodeMirror-2.25/mode/php/index.html b/CodeMirror-2.25/mode/php/index.html deleted file mode 100644 index 7949044..0000000 --- a/CodeMirror-2.25/mode/php/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - CodeMirror: PHP mode - - - - - - - - - - - -

CodeMirror: PHP mode

- -
- - - -

Simple HTML/PHP mode based on - the C-like mode. Depends on XML, - JavaScript, CSS, and C-like modes.

- -

MIME types defined: application/x-httpd-php (HTML with PHP code), text/x-php (plain, non-wrapped PHP code).

- - diff --git a/CodeMirror-2.25/mode/ruby/index.html b/CodeMirror-2.25/mode/ruby/index.html deleted file mode 100644 index 6d33db1..0000000 --- a/CodeMirror-2.25/mode/ruby/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - CodeMirror: Ruby mode - - - - - - - -

CodeMirror: Ruby mode

-
- - -

MIME types defined: text/x-ruby.

- -

Development of the CodeMirror Ruby mode was kindly sponsored - by Ubalo, who hold - the license.

- - - diff --git a/CodeMirror-2.25/mode/xml/index.html b/CodeMirror-2.25/mode/xml/index.html deleted file mode 100644 index 3b6d6af..0000000 --- a/CodeMirror-2.25/mode/xml/index.html +++ /dev/null @@ -1,44 +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.

- -