summaryrefslogtreecommitdiffstats
path: root/public/help
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-02-04 05:14:18 +0000
committerGo MAEDA <maeda@farend.jp>2022-02-04 05:14:18 +0000
commitd7dd703763283e11df762ff82a52d51c04a7efa4 (patch)
tree6aacb1a9567fae0654af99f52b152957765b24fb /public/help
parent24b2ec2ef9ffc50ece5b10629c973dbb7bb654a0 (diff)
downloadredmine-d7dd703763283e11df762ff82a52d51c04a7efa4.tar.gz
redmine-d7dd703763283e11df762ff82a52d51c04a7efa4.zip
Update Rouge to 3.28 (#36325).
git-svn-id: http://svn.redmine.org/redmine/trunk@21402 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r--public/help/code_highlighting_languages.html14
1 files changed, 13 insertions, 1 deletions
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 @@
</tr>
<tr>
<td>dart</td>
- <td>The Dart programming language (dartlang.com)</td>
+ <td>The Dart programming language (dart.dev)</td>
</tr>
<tr>
<td>datastudio</td>
@@ -243,6 +243,10 @@
<td>Factor, the practical stack language (factorcode.org)</td>
</tr>
<tr>
+ <td>fluent</td>
+ <td>Fluent localization files [aliases: ftl]</td>
+ </tr>
+ <tr>
<td>fortran</td>
<td>Fortran 2008 (free-form)</td>
</tr>
@@ -719,6 +723,14 @@
<td>A lexer for SSH configuration files</td>
</tr>
<tr>
+ <td>stan</td>
+ <td>Stan Modeling Language (mc-stan.org)</td>
+ </tr>
+ <tr>
+ <td>stata</td>
+ <td>The Stata programming language (www.stata.com)</td>
+ </tr>
+ <tr>
<td>supercollider</td>
<td>A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance</td>
</tr>