diff --git a/libraries/codemirror/mode/apl/index.html b/libraries/codemirror/mode/apl/index.html deleted file mode 100644 index 56ab02ffb..000000000 --- a/libraries/codemirror/mode/apl/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - -CodeMirror: APL mode - - - - - - - - - - -
-

APL mode

-
- - - -

Simple mode that tries to handle APL as well as it can.

-

It attempts to label functions/operators based upon - monadic/dyadic usage (but this is far from fully fleshed out). - This means there are meaningful classnames so hover states can - have popups etc.

- -

MIME types defined: text/apl (APL code)

-
diff --git a/libraries/codemirror/mode/asciiarmor/index.html b/libraries/codemirror/mode/asciiarmor/index.html deleted file mode 100644 index de39a1857..000000000 --- a/libraries/codemirror/mode/asciiarmor/index.html +++ /dev/null @@ -1,46 +0,0 @@ - - -CodeMirror: ASCII Armor (PGP) mode - - - - - - - - - -
-

ASCII Armor (PGP) mode

-
- - - -

MIME types -defined: application/pgp, application/pgp-encrypted, application/pgp-keys, application/pgp-signature

- -
diff --git a/libraries/codemirror/mode/asn.1/index.html b/libraries/codemirror/mode/asn.1/index.html deleted file mode 100644 index c2bc824a0..000000000 --- a/libraries/codemirror/mode/asn.1/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - -CodeMirror: ASN.1 mode - - - - - - - - - -
-

ASN.1 example

-
- -
- - -
-

Language: Abstract Syntax Notation One - (ASN.1) -

-

MIME types defined: text/x-ttcn-asn

- -
-

The development of this mode has been sponsored by Ericsson - .

-

Coded by Asmelash Tsegay Gebretsadkan

-
- diff --git a/libraries/codemirror/mode/asterisk/index.html b/libraries/codemirror/mode/asterisk/index.html deleted file mode 100644 index b9fc627dd..000000000 --- a/libraries/codemirror/mode/asterisk/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - -CodeMirror: Asterisk dialplan mode - - - - - - - - - - -
-

Asterisk dialplan mode

-
- - -

MIME types defined: text/x-asterisk.

- -
diff --git a/libraries/codemirror/mode/brainfuck/index.html b/libraries/codemirror/mode/brainfuck/index.html deleted file mode 100644 index a04bddb14..000000000 --- a/libraries/codemirror/mode/brainfuck/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - -CodeMirror: Brainfuck mode - - - - - - - - - - -
-

Brainfuck mode

-
- - - -

A mode for Brainfuck

- -

MIME types defined: text/x-brainfuck

-
diff --git a/libraries/codemirror/mode/clike/index.html b/libraries/codemirror/mode/clike/index.html deleted file mode 100644 index ad3a807dd..000000000 --- a/libraries/codemirror/mode/clike/index.html +++ /dev/null @@ -1,380 +0,0 @@ - - -CodeMirror: C-like mode - - - - - - - - - - - - -
-

C-like mode

- -
- -

C++ example

- -
- -

Objective-C example

- -
- -

Java example

- -
- -

Scala example

- -
- -

Kotlin mode

- -
- -

Ceylon 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), text/x-c++src (C++), text/x-java - (Java), text/x-csharp (C#), - text/x-objectivec (Objective-C), - text/x-scala (Scala), text/x-vertex - x-shader/x-fragment (shader programs), - text/x-squirrel (Squirrel) and - text/x-ceylon (Ceylon)

-
diff --git a/libraries/codemirror/mode/clike/scala.html b/libraries/codemirror/mode/clike/scala.html index ddbd9a0ca..3d2123c01 100644 --- a/libraries/codemirror/mode/clike/scala.html +++ b/libraries/codemirror/mode/clike/scala.html @@ -10,7 +10,7 @@