diff --git a/Gemfile b/Gemfile
index fb018ed4e..405797510 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.6'
-gem 'rouge', '~> 4.1.0'
+gem 'rouge', '~> 4.2.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 4f3fe1b2d..a98a9829c 100644
--- a/public/help/code_highlighting_languages.html
+++ b/public/help/code_highlighting_languages.html
@@ -118,6 +118,10 @@
cmhg |
RISC OS C module header generator source file |
+
+ | codeowners |
+ Code Owners syntax (https://docs.gitlab.com/ee/user/project/codeowners/reference.html) |
+
| coffeescript |
The Coffeescript programming language (coffeescript.org) [aliases: coffee,coffee-script] |
@@ -200,7 +204,7 @@
| dot |
- graph description language |
+ graph description language [aliases: graphviz] |
| ecl |
@@ -568,7 +572,7 @@
| openedge |
- The OpenEdge ABL programming language |
+ The OpenEdge ABL programming language [aliases: abl] |
| opentype_feature_file |
@@ -762,6 +766,10 @@
supercollider |
A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance |
+
+ | svelte |
+ Svelte single-file components (https://svelte.dev/) |
+
| swift |
Multi paradigm, compiled programming language developed by Apple for iOS and OS X development. (developer.apple.com/swift) |
@@ -820,7 +828,7 @@
| typescript |
- TypeScript, a superset of JavaScript [aliases: ts] |
+ TypeScript, a superset of JavaScript (https://www.typescriptlang.org/) [aliases: ts] |
| vala |