diff options
author | Go MAEDA <maeda@farend.jp> | 2023-10-26 11:02:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-10-26 11:02:53 +0000 |
commit | 5c7d01801c46e8b73552656e1580e3788de6a54a (patch) | |
tree | b65960609c33832484930ce3db0616484d87f431 | |
parent | 57a12d9646160c3009a89fbaf537d7f7a0a4005e (diff) | |
download | redmine-5c7d01801c46e8b73552656e1580e3788de6a54a.tar.gz redmine-5c7d01801c46e8b73552656e1580e3788de6a54a.zip |
Update Rouge to 4.2 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@22384 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | public/help/code_highlighting_languages.html | 14 |
2 files changed, 12 insertions, 4 deletions
@@ -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 @@ -119,6 +119,10 @@ <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> @@ -200,7 +204,7 @@ </tr> <tr> <td>dot</td> - <td>graph description language</td> + <td>graph description language [aliases: graphviz]</td> </tr> <tr> <td>ecl</td> @@ -568,7 +572,7 @@ </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> @@ -763,6 +767,10 @@ <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> @@ -820,7 +828,7 @@ </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> |