diff --git a/rhodecode/public/js/mode/clike/index.html b/rhodecode/public/js/mode/clike/index.html new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/mode/clike/index.html @@ -0,0 +1,103 @@ + + +
+ +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#).