Skip to content

Commit d4be06e

Browse files
committed
Update the list of supported languages for Rouge 3.29 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@21629 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 7b76312 commit d4be06e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

public/help/code_highlighting_languages.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
346346
<td>idlang</td>
347347
<td>Interactive Data Language</td>
348348
</tr>
349+
<tr>
350+
<td>idris</td>
351+
<td>The Idris programming language (idris-lang.org) [aliases: idr]</td>
352+
</tr>
349353
<tr>
350354
<td>igorpro</td>
351355
<td>WaveMetrics Igor Pro</td>
@@ -426,6 +430,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
426430
<td>lasso</td>
427431
<td>The Lasso programming language (lassosoft.com) [aliases: lassoscript]</td>
428432
</tr>
433+
<tr>
434+
<td>lean</td>
435+
<td>The Lean programming language (leanprover.github.io) [aliases: lean]</td>
436+
</tr>
429437
<tr>
430438
<td>liquid</td>
431439
<td>Liquid is a templating engine for Ruby (liquidmarkup.org)</td>
@@ -570,6 +578,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
570578
<td>plist</td>
571579
<td>plist [aliases: plist]</td>
572580
</tr>
581+
<tr>
582+
<td>plsql</td>
583+
<td>Procedural Language Structured Query Language for Oracle relational database</td>
584+
</tr>
573585
<tr>
574586
<td>pony</td>
575587
<td></td>
@@ -742,6 +754,14 @@ <h1>List of languages supported by Redmine code highlighter</h1>
742754
<td>systemd</td>
743755
<td>A lexer for systemd unit files [aliases: unit-file]</td>
744756
</tr>
757+
<tr>
758+
<td>syzlang</td>
759+
<td>Syscall description language used by syzkaller</td>
760+
</tr>
761+
<tr>
762+
<td>syzprog</td>
763+
<td>Program description language used by syzkaller</td>
764+
</tr>
745765
<tr>
746766
<td>tap</td>
747767
<td>Test Anything Protocol [aliases: tap]</td>

0 commit comments

Comments
 (0)