From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../lib/CodeMirror-2.3/demo/mustache.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/mustache.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/mustache.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/mustache.html b/codemirror_ui/lib/CodeMirror-2.3/demo/mustache.html new file mode 100644 index 0000000..e96fda8 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/mustache.html @@ -0,0 +1,57 @@ + + + + CodeMirror: Overlay Parser Demo + + + + + + + + + +

CodeMirror: Overlay Parser Demo

+ +
+ + + +

Demonstration of a mode that parses HTML, highlighting + the Mustache templating + directives inside of it by using the code + in overlay.js. View + source to see the 15 lines of code needed to accomplish this.

+ + + -- cgit v1.2.3