Skip to content

Commit d7dd703

Browse files
committed
Update Rouge to 3.28 (#36325).
git-svn-id: http://svn.redmine.org/redmine/trunk@21402 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 24b2ec2 commit d7dd703

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'bundler', '>= 1.12.0'
55

66
gem 'rails', '6.1.4.4'
77
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
8-
gem 'rouge', '~> 3.27.0'
8+
gem 'rouge', '~> 3.28.0'
99
gem 'request_store', '~> 1.5.0'
1010
gem 'mini_mime', '~> 1.1.0'
1111
gem "actionpack-xml_parser"

public/help/code_highlighting_languages.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
176176
</tr>
177177
<tr>
178178
<td>dart</td>
179-
<td>The Dart programming language (dartlang.com)</td>
179+
<td>The Dart programming language (dart.dev)</td>
180180
</tr>
181181
<tr>
182182
<td>datastudio</td>
@@ -242,6 +242,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
242242
<td>factor</td>
243243
<td>Factor, the practical stack language (factorcode.org)</td>
244244
</tr>
245+
<tr>
246+
<td>fluent</td>
247+
<td>Fluent localization files [aliases: ftl]</td>
248+
</tr>
245249
<tr>
246250
<td>fortran</td>
247251
<td>Fortran 2008 (free-form)</td>
@@ -718,6 +722,14 @@ <h1>List of languages supported by Redmine code highlighter</h1>
718722
<td>ssh</td>
719723
<td>A lexer for SSH configuration files</td>
720724
</tr>
725+
<tr>
726+
<td>stan</td>
727+
<td>Stan Modeling Language (mc-stan.org)</td>
728+
</tr>
729+
<tr>
730+
<td>stata</td>
731+
<td>The Stata programming language (www.stata.com)</td>
732+
</tr>
721733
<tr>
722734
<td>supercollider</td>
723735
<td>A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance</td>

0 commit comments

Comments
 (0)