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
@@ -662,6 +662,10 @@
rescript |
The ReScript programming language (rescript-lang.org) |
+
+ | rml |
+ A system agnostic domain-specific language for runtime monitoring and verification (https://rmlatdibris.github.io/) |
+
| robot_framework |
Robot Framework is a generic open source automation testing framework (robotframework.org) [aliases: robot,robot-framework] |
@@ -726,10 +730,6 @@
sml |
Standard ML [aliases: ml] |
-
- | solidity |
- Solidity, an Ethereum smart contract programming language |
-
| sparql |
Semantic Query Language, for RDF data |
@@ -792,7 +792,7 @@
| toml |
- the TOML configuration format (https://github.com/mojombo/toml) |
+ the TOML configuration format (https://github.com/toml-lang/toml) |
| tsx |