diff options
author | Go MAEDA <maeda@farend.jp> | 2022-08-01 13:09:43 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-08-01 13:09:43 +0000 |
commit | 50b16a37fdbcdc9faeb9202c351845f3968e1adf (patch) | |
tree | f7c84124ed16d8a2fb913b998b9026f085d2a124 /public | |
parent | b98b871401479484c5f0d0d0ad198c0f967376b6 (diff) | |
download | redmine-50b16a37fdbcdc9faeb9202c351845f3968e1adf.tar.gz redmine-50b16a37fdbcdc9faeb9202c351845f3968e1adf.zip |
Update Rouge to 3.30 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@21752 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/help/code_highlighting_languages.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/public/help/code_highlighting_languages.html b/public/help/code_highlighting_languages.html index c6cb12f38..51435631f 100644 --- a/public/help/code_highlighting_languages.html +++ b/public/help/code_highlighting_languages.html @@ -40,7 +40,7 @@ </tr> <tr> <td>applescript</td> - <td>The AppleScript scripting language by Apple Inc. (http://developer.apple.com/applescript/) [aliases: applescript]</td> + <td>The AppleScript scripting language by Apple Inc. (https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html) [aliases: applescript]</td> </tr> <tr> <td>armasm</td> @@ -371,6 +371,10 @@ <td></td> </tr> <tr> + <td>isabelle</td> + <td>Isabelle theories (isabelle.in.tum.de) [aliases: isa,Isabelle]</td> + </tr> + <tr> <td>isbl</td> <td>The ISBL programming language</td> </tr> @@ -495,6 +499,10 @@ <td>Matlab [aliases: m]</td> </tr> <tr> + <td>meson</td> + <td>Meson's specification language (mesonbuild.com)</td> + </tr> + <tr> <td>minizinc</td> <td>MiniZinc is a free and open-source constraint modeling language (minizinc.org)</td> </tr> @@ -527,6 +535,10 @@ <td>configuration files for the nginx web server (nginx.org)</td> </tr> <tr> + <td>nial</td> + <td>The Nial programming language (nial-array-language.org)</td> + </tr> + <tr> <td>nim</td> <td>The Nim programming language (http://nim-lang.org/) [aliases: nimrod]</td> </tr> |