summaryrefslogtreecommitdiffstats
path: root/public/help/hu/wiki_syntax_detailed_markdown.html
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-12-05 05:00:46 +0000
committerGo MAEDA <maeda@farend.jp>2021-12-05 05:00:46 +0000
commite23add9a9df5591f2fe2b1891d6647a1649ba30a (patch)
tree25eb3e5b1ae4357afc0d95530ba2f4bfee75c65d /public/help/hu/wiki_syntax_detailed_markdown.html
parentbe61fe9626fa2bc62276bb1337566f7f9457aeb6 (diff)
downloadredmine-e23add9a9df5591f2fe2b1891d6647a1649ba30a.tar.gz
redmine-e23add9a9df5591f2fe2b1891d6647a1649ba30a.zip
Add a list of supported languages by the code highlighter to the help (#33859).
Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21298 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/hu/wiki_syntax_detailed_markdown.html')
-rw-r--r--public/help/hu/wiki_syntax_detailed_markdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/hu/wiki_syntax_detailed_markdown.html b/public/help/hu/wiki_syntax_detailed_markdown.html
index 787df08a3..cd359a542 100644
--- a/public/help/hu/wiki_syntax_detailed_markdown.html
+++ b/public/help/hu/wiki_syntax_detailed_markdown.html
@@ -314,7 +314,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://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>Default code highlighting relies on <a href="http://rouge.jneen.net/" class="external">Rouge</a>, a pure Ruby code highlighter. Rouge 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 - the names inside parentheses are aliases. Please refer to the <a href="../code_highlighting_languages.html" target="_blank">list of languages supported by Redmine code highlighter</a>.</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>