From d7dd703763283e11df762ff82a52d51c04a7efa4 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 4 Feb 2022 05:14:18 +0000 Subject: [PATCH] Update Rouge to 3.28 (#36325). git-svn-id: http://svn.redmine.org/redmine/trunk@21402 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- public/help/code_highlighting_languages.html | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 051bc4aa6..cfadd3151 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'bundler', '>= 1.12.0' gem 'rails', '6.1.4.4' gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0') -gem 'rouge', '~> 3.27.0' +gem 'rouge', '~> 3.28.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 266b76ac0..144a2e2fc 100644 --- a/public/help/code_highlighting_languages.html +++ b/public/help/code_highlighting_languages.html @@ -176,7 +176,7 @@ dart - The Dart programming language (dartlang.com) + The Dart programming language (dart.dev) datastudio @@ -242,6 +242,10 @@ factor Factor, the practical stack language (factorcode.org) + + fluent + Fluent localization files [aliases: ftl] + fortran Fortran 2008 (free-form) @@ -718,6 +722,14 @@ ssh A lexer for SSH configuration files + + stan + Stan Modeling Language (mc-stan.org) + + + stata + The Stata programming language (www.stata.com) + supercollider A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance -- 2.39.5