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/mode/clike/index.html | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/mode/clike/index.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/mode/clike/index.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/mode/clike/index.html b/codemirror_ui/lib/CodeMirror-2.3/mode/clike/index.html new file mode 100644 index 0000000..64d02f1 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/mode/clike/index.html @@ -0,0 +1,101 @@ + + + + CodeMirror: C-like mode + + + + + + + +

CodeMirror: C-like mode

+ +
+ + + +

Simple mode that tries to handle C-like languages as well as it + can. Takes two configuration parameters: keywords, an + object whose property names are the keywords in the language, + and useCPP, which determines whether C preprocessor + directives are recognized.

+ +

MIME types defined: text/x-csrc + (C code), text/x-c++src (C++ + code), text/x-java (Java + code), text/x-csharp (C#).

+ + -- cgit v1.2.3