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 --- .../vendor/codemirror/mode/handlebars/index.html | 79 ---------------------- 1 file changed, 79 deletions(-) delete mode 100644 public/vendor/codemirror/mode/handlebars/index.html (limited to 'public/vendor/codemirror/mode/handlebars/index.html') diff --git a/public/vendor/codemirror/mode/handlebars/index.html b/public/vendor/codemirror/mode/handlebars/index.html deleted file mode 100644 index b1bfad1c..00000000 --- a/public/vendor/codemirror/mode/handlebars/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - -CodeMirror: Handlebars mode - - - - - - - - - - - - -
-

Handlebars

-
- - -

Handlebars syntax highlighting for CodeMirror.

- -

MIME types defined: text/x-handlebars-template

- -

Supported options: base to set the mode to - wrap. For example, use

-
mode: {name: "handlebars", base: "text/html"}
-

to highlight an HTML template.

-
-- cgit v1.2.3