diff options
author | Cheng-Han, Wu | 2016-04-20 18:11:40 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-04-20 18:11:40 +0800 |
commit | 8bf516263c6582771e7576e8484ca8cfaa8cb9cb (patch) | |
tree | aba81172f554a50466a762db99f25e3650d7ff45 /public/vendor/codemirror/mode/handlebars | |
parent | edc3a31dfdb03e910d7355144280e281eeb582d5 (diff) |
Update CodeMirror to 5.13.5
Diffstat (limited to 'public/vendor/codemirror/mode/handlebars')
-rw-r--r-- | public/vendor/codemirror/mode/handlebars/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/handlebars/index.html b/public/vendor/codemirror/mode/handlebars/index.html index 4f82d602..b1bfad1c 100644 --- a/public/vendor/codemirror/mode/handlebars/index.html +++ b/public/vendor/codemirror/mode/handlebars/index.html @@ -1,4 +1,4 @@ -<!doctype html> +<!doctype html> <title>CodeMirror: Handlebars mode</title> <meta charset="utf-8"/> @@ -71,4 +71,9 @@ <p>Handlebars syntax highlighting for CodeMirror.</p> <p><strong>MIME types defined:</strong> <code>text/x-handlebars-template</code></p> + + <p>Supported options: <code>base</code> to set the mode to + wrap. For example, use</p> + <pre>mode: {name: "handlebars", base: "text/html"}</pre> + <p>to highlight an HTML template.</p> </article> |