diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-17 02:07:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-17 02:07:53 +0000 |
commit | edcdc699e3872335a0f59515e70aa26a918fc540 (patch) | |
tree | bcfcdf12d7714ea97d95deead5f5e78a61a46aa5 /public | |
parent | 029bab2767154652954f1d21eefb3e619a8f3cec (diff) | |
download | redmine-edcdc699e3872335a0f59515e70aa26a918fc540.tar.gz redmine-edcdc699e3872335a0f59515e70aa26a918fc540.zip |
Update Rouge to 4.0 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@22058 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/help/code_highlighting_languages.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/help/code_highlighting_languages.html b/public/help/code_highlighting_languages.html index 51435631f..eda279942 100644 --- a/public/help/code_highlighting_languages.html +++ b/public/help/code_highlighting_languages.html @@ -663,6 +663,10 @@ <td>The ReScript programming language (rescript-lang.org)</td> </tr> <tr> + <td>rml</td> + <td>A system agnostic domain-specific language for runtime monitoring and verification (https://rmlatdibris.github.io/)</td> + </tr> + <tr> <td>robot_framework</td> <td>Robot Framework is a generic open source automation testing framework (robotframework.org) [aliases: robot,robot-framework]</td> </tr> @@ -727,10 +731,6 @@ <td>Standard ML [aliases: ml]</td> </tr> <tr> - <td>solidity</td> - <td>Solidity, an Ethereum smart contract programming language</td> - </tr> - <tr> <td>sparql</td> <td>Semantic Query Language, for RDF data</td> </tr> @@ -792,7 +792,7 @@ </tr> <tr> <td>toml</td> - <td>the TOML configuration format (https://github.com/mojombo/toml)</td> + <td>the TOML configuration format (https://github.com/toml-lang/toml)</td> </tr> <tr> <td>tsx</td> |