]> source.dussan.org Git - redmine.git/commitdiff
Update Rouge to 4.2 (#37236).
authorGo MAEDA <maeda@farend.jp>
Thu, 26 Oct 2023 11:02:53 +0000 (11:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 26 Oct 2023 11:02:53 +0000 (11:02 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22384 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile
public/help/code_highlighting_languages.html

diff --git a/Gemfile b/Gemfile
index fb018ed4e185b9e1aba47fc1749d8da8ff00dab2..40579751012d414b714df48a9ac1fc28a6924cda 100644 (file)
--- 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"
index 4f3fe1b2d998f3398bdedad22e6fa6ca1efd4eb0..a98a9829ce4636c785176270cfea0f0cb7178659 100644 (file)
       <td>cmhg</td>
       <td>RISC OS C module header generator source file</td>
     </tr>
+    <tr>
+      <td>codeowners</td>
+      <td>Code Owners syntax (https://docs.gitlab.com/ee/user/project/codeowners/reference.html)</td>
+    </tr>
     <tr>
       <td>coffeescript</td>
       <td>The Coffeescript programming language (coffeescript.org) [aliases: coffee,coffee-script]</td>
     </tr>
     <tr>
       <td>dot</td>
-      <td>graph description language</td>
+      <td>graph description language [aliases: graphviz]</td>
     </tr>
     <tr>
       <td>ecl</td>
     </tr>
     <tr>
       <td>openedge</td>
-      <td>The OpenEdge ABL programming language</td>
+      <td>The OpenEdge ABL programming language [aliases: abl]</td>
     </tr>
     <tr>
       <td>opentype_feature_file</td>
       <td>supercollider</td>
       <td>A cross-platform interpreted programming language for sound synthesis, algorithmic composition, and realtime performance</td>
     </tr>
+    <tr>
+      <td>svelte</td>
+      <td>Svelte single-file components (https://svelte.dev/)</td>
+    </tr>
     <tr>
       <td>swift</td>
       <td>Multi paradigm, compiled programming language developed by Apple for iOS and OS X development. (developer.apple.com/swift)</td>
     </tr>
     <tr>
       <td>typescript</td>
-      <td>TypeScript, a superset of JavaScript [aliases: ts]</td>
+      <td>TypeScript, a superset of JavaScript (https://www.typescriptlang.org/) [aliases: ts]</td>
     </tr>
     <tr>
       <td>vala</td>