diff options
author | Go MAEDA <maeda@farend.jp> | 2022-06-11 08:54:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-06-11 08:54:10 +0000 |
commit | d4be06edf5167ae1dff39983d527154cb87fbafe (patch) | |
tree | 82d441dfd327c053e15ee2fd12552aa1baf97390 /public/help | |
parent | 7b76312119fa6be8f897eb3a7e48aafa0d7300ca (diff) | |
download | redmine-d4be06edf5167ae1dff39983d527154cb87fbafe.tar.gz redmine-d4be06edf5167ae1dff39983d527154cb87fbafe.zip |
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
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/code_highlighting_languages.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/help/code_highlighting_languages.html b/public/help/code_highlighting_languages.html index 144a2e2fc..c6cb12f38 100644 --- a/public/help/code_highlighting_languages.html +++ b/public/help/code_highlighting_languages.html @@ -347,6 +347,10 @@ <td>Interactive Data Language</td> </tr> <tr> + <td>idris</td> + <td>The Idris programming language (idris-lang.org) [aliases: idr]</td> + </tr> + <tr> <td>igorpro</td> <td>WaveMetrics Igor Pro</td> </tr> @@ -427,6 +431,10 @@ <td>The Lasso programming language (lassosoft.com) [aliases: lassoscript]</td> </tr> <tr> + <td>lean</td> + <td>The Lean programming language (leanprover.github.io) [aliases: lean]</td> + </tr> + <tr> <td>liquid</td> <td>Liquid is a templating engine for Ruby (liquidmarkup.org)</td> </tr> @@ -571,6 +579,10 @@ <td>plist [aliases: plist]</td> </tr> <tr> + <td>plsql</td> + <td>Procedural Language Structured Query Language for Oracle relational database</td> + </tr> + <tr> <td>pony</td> <td></td> </tr> @@ -743,6 +755,14 @@ <td>A lexer for systemd unit files [aliases: unit-file]</td> </tr> <tr> + <td>syzlang</td> + <td>Syscall description language used by syzkaller</td> + </tr> + <tr> + <td>syzprog</td> + <td>Program description language used by syzkaller</td> + </tr> + <tr> <td>tap</td> <td>Test Anything Protocol [aliases: tap]</td> </tr> |