From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- js/codemirror/mode/lua/index.html | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 js/codemirror/mode/lua/index.html (limited to 'js/codemirror/mode/lua/index.html') diff --git a/js/codemirror/mode/lua/index.html b/js/codemirror/mode/lua/index.html new file mode 100644 index 00000000..532973a8 --- /dev/null +++ b/js/codemirror/mode/lua/index.html @@ -0,0 +1,72 @@ + + + + CodeMirror 2: Lua mode + + + + + + + + +

CodeMirror 2: Lua mode

+
+ + +

Loosely based on Franciszek + Wawrzak's CodeMirror + 1 mode. One configuration parameter is + supported, specials, to which you can provide an + array of strings to have those identifiers highlighted with + the lua-special style.

+

MIME types defined: text/x-lua.

+ + + -- cgit v1.2.3