diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-30 15:51:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-30 15:51:20 +0000 |
commit | abcf3e2241f832da2a0080da7bbc11a94597bba7 (patch) | |
tree | 41233d89c399264098695bcbbe3b8d729f817022 /public/help/mk/wiki_syntax_detailed_markdown.html | |
parent | 827075eeb0fec4d04af402e36f09fe014ae67c67 (diff) | |
download | redmine-abcf3e2241f832da2a0080da7bbc11a94597bba7.tar.gz redmine-abcf3e2241f832da2a0080da7bbc11a94597bba7.zip |
Added the list of supported languages on redmine.org (#24681).
git-svn-id: http://svn.redmine.org/redmine/trunk@17545 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/mk/wiki_syntax_detailed_markdown.html')
-rw-r--r-- | public/help/mk/wiki_syntax_detailed_markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/mk/wiki_syntax_detailed_markdown.html b/public/help/mk/wiki_syntax_detailed_markdown.html index 9db01b843..c996af0c4 100644 --- a/public/help/mk/wiki_syntax_detailed_markdown.html +++ b/public/help/mk/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link. <h2><a name="13" class="wiki-page"></a>Code highlighting</h2> - <p>Default code highlightment relies on <a href="http://rouge.jneen.net/" class="external">Rouge</a>, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as <strong>c</strong>, <strong>cpp</strong> (c++), <strong>csharp</strong> (c#, cs), <strong>css</strong>, <strong>diff</strong> (patch, udiff), <strong>go</strong> (golang), <strong>groovy</strong>, <strong>html</strong>, <strong>java</strong>, <strong>javascript</strong> (js), <strong>kotlin</strong>, <strong>objective_c</strong> (objc), <strong>perl</strong> (pl), <strong>php</strong>, <strong>python</strong> (py), <strong>r</strong>, <strong>ruby</strong> (rb), <strong>sass</strong>, <strong>scala</strong>, <strong>shell</strong> (bash, zsh, ksh, sh), <strong>sql</strong>, <strong>swift</strong>, <strong>xml</strong> and <strong>yaml</strong> (yml) languages, where the names inside parentheses are aliases. Please refer to <a href="https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers" class="external">https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers</a> for the full list of supported languages.</p> + <p>Default code highlightment relies on <a href="http://rouge.jneen.net/" class="external">Rouge</a>, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as <strong>c</strong>, <strong>cpp</strong> (c++), <strong>csharp</strong> (c#, cs), <strong>css</strong>, <strong>diff</strong> (patch, udiff), <strong>go</strong> (golang), <strong>groovy</strong>, <strong>html</strong>, <strong>java</strong>, <strong>javascript</strong> (js), <strong>kotlin</strong>, <strong>objective_c</strong> (objc), <strong>perl</strong> (pl), <strong>php</strong>, <strong>python</strong> (py), <strong>r</strong>, <strong>ruby</strong> (rb), <strong>sass</strong>, <strong>scala</strong>, <strong>shell</strong> (bash, zsh, ksh, sh), <strong>sql</strong>, <strong>swift</strong>, <strong>xml</strong> and <strong>yaml</strong> (yml) languages, where the names inside parentheses are aliases. Please refer to <a href="https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages" class="external">https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages</a> for the full list of supported languages.</p> <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> |