X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fmode%2Fclike%2Findex.html;fp=to-be-integrated%2Fthird-party%2Fcodemirror-3.15%2Fmode%2Fclike%2Findex.html;h=5f90394d958f92ef93115a93c39249e718a5b609;hb=31540dd504798e0aca69e10d8144fbedc5b16af8;hp=0000000000000000000000000000000000000000;hpb=937653fd70bbf7d95bcf870e7f2b46b4a8fec486;p=myslice.git diff --git a/to-be-integrated/third-party/codemirror-3.15/mode/clike/index.html b/to-be-integrated/third-party/codemirror-3.15/mode/clike/index.html new file mode 100644 index 00000000..5f90394d --- /dev/null +++ b/to-be-integrated/third-party/codemirror-3.15/mode/clike/index.html @@ -0,0 +1,103 @@ + + + + + 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#).

+ +