From 9f79ed929e4156dc8b5b45161895d70d51cfa5a2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 28 Nov 2016 01:36:48 +0800 Subject: Update to move custom CodeMirror codebase to our own repo and update webpack build config --- public/vendor/codemirror/mode/index.html | 164 ------------------------------- 1 file changed, 164 deletions(-) delete mode 100644 public/vendor/codemirror/mode/index.html (limited to 'public/vendor/codemirror/mode/index.html') diff --git a/public/vendor/codemirror/mode/index.html b/public/vendor/codemirror/mode/index.html deleted file mode 100644 index 3a2fe551..00000000 --- a/public/vendor/codemirror/mode/index.html +++ /dev/null @@ -1,164 +0,0 @@ - - -CodeMirror: Language Modes - - - - - -
- -

Language modes

- -

This is a list of every mode in the distribution. Each mode lives -in a subdirectory of the mode/ directory, and typically -defines a single JavaScript file that implements the mode. Loading -such file will make the language available to CodeMirror, through -the mode -option.

- -
- -
- -
-- cgit v1.2.3