summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-17 02:07:53 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-17 02:07:53 +0000
commitedcdc699e3872335a0f59515e70aa26a918fc540 (patch)
treebcfcdf12d7714ea97d95deead5f5e78a61a46aa5
parent029bab2767154652954f1d21eefb3e619a8f3cec (diff)
downloadredmine-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
-rw-r--r--Gemfile2
-rw-r--r--public/help/code_highlighting_languages.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 39089ade2..671931dc9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 2.7.0', '< 3.3.0'
gem 'rails', '6.1.7'
-gem 'rouge', '~> 3.30.0'
+gem 'rouge', '~> 4.0.0'
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
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>