##// END OF EJS Templates
Merged r15114 from trunk to 3.2-stable (#21883)...
Toshi MARUYAMA -
r14735:38ff8f5f4fb3
parent child
Show More
@@ -334,9 +334,9 bq. Rails - это полноценный, многоуровневый фрей
334
334
335 <h2><a name="13" class="wiki-page"></a>Подсветка кода</h2>
335 <h2><a name="13" class="wiki-page"></a>Подсветка кода</h2>
336
336
337 <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.</p>
337 <p>По умолчанию за подсветку код отвечает <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, и для лучшей производительности библиотеки написаны на Ruby. Сейчас поддерживаются c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) языки.</p>
338
338
339 <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>
339 <p>Вы можете подсветить код в любом месте, где поддерживается wiki-форматирование (название языка не зависит от регистра):</p>
340
340
341 <pre>
341 <pre>
342 &lt;pre&gt;&lt;code class="ruby"&gt;
342 &lt;pre&gt;&lt;code class="ruby"&gt;
General Comments 0
You need to be logged in to leave comments. Login now