diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-05 05:00:46 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-05 05:00:46 +0000 |
commit | e23add9a9df5591f2fe2b1891d6647a1649ba30a (patch) | |
tree | 25eb3e5b1ae4357afc0d95530ba2f4bfee75c65d /public/help/ja/wiki_syntax_detailed_markdown.html | |
parent | be61fe9626fa2bc62276bb1337566f7f9457aeb6 (diff) | |
download | redmine-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/ja/wiki_syntax_detailed_markdown.html')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html index 842c85e87..c4fc2bbfc 100644 --- a/public/help/ja/wiki_syntax_detailed_markdown.html +++ b/public/help/ja/wiki_syntax_detailed_markdown.html @@ -312,7 +312,7 @@ To go live, all you need to add is a database and a web server. <h2><a name="13" class="wiki-page"></a>コードハイライト</h2> - <p>RedmineはRubyで記述されたシンタックスハイライト用ライブラリ <a href="http://rouge.jneen.net/" class="external">Rouge</a> を使用しています。Rougeは <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>, <strong>yaml</strong> (yml) など一般的に使われている多数の言語に対応しています(括弧内の名前はコードハイライトの指定に利用できる別名です)。全対応言語の一覧は <a href="https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages" class="external">https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages</a> を参照してください。</p> + <p>RedmineはRubyで記述されたコードハイライト用ライブラリ <a href="http://rouge.jneen.net/" class="external">Rouge</a> を使用しています。Rougeは <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>, <strong>yaml</strong> (yml) など一般的に使われている多数の言語に対応しています(括弧内の名前はコードハイライトの指定に利用できる別名です)。全対応言語の一覧は <a href="../code_highlighting_languages.html" target="_blank">List of languages supported by Redmine code highlighter</a> を参照してください。</p> <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):</p> |