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/ja/wiki_syntax_detailed_textile.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/ja/wiki_syntax_detailed_textile.html')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_textile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html index 0415d9f36..89c7dff1d 100644 --- a/public/help/ja/wiki_syntax_detailed_textile.html +++ b/public/help/ja/wiki_syntax_detailed_textile.html @@ -287,7 +287,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://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> を参照してください。</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="https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages" class="external">https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages</a> を参照してください。</p> <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):</p> |