Project

General

Profile

Actions

Feature #33859

closed

Add a list of supported languages by the code highlighter to the help

Added by Mizuki ISHIKAWA over 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

It's useful to be able to see the languages that syntax highlighting supports in your static files so you don't have to switch to an external site(https://redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages) every time.
Also, having a list of supported languages as an html file is useful when different Redmine versions support different languages.

I would like to see a list of languages by clicking the links in the reference as below.


Files


Related issues

Related to Redmine - Feature #36594: Relax rouge version dependency in GemfileNew

Actions
Actions #1

Updated by Mizuki ISHIKAWA over 3 years ago

The attached patch is a sample that adds a link to the English reference only.
The content of languages_supported_by_syntax_highlighting.html is English, and it is difficult to make the description of the supported language in it multilingual.

Since languages_supported_by_syntax_highlighting.html is useful for checking the distinguished name of a language even if it is in English, I think you can link to languages_supported_by_syntax_highlighting.html from other language references.

Actions #2

Updated by Go MAEDA over 2 years ago

Updated the patch:

Actions #3

Updated by Go MAEDA over 2 years ago

  • Target version changed from Candidate for next major release to 5.0.0

Setting the target version to 5.0.0.

Actions #4

Updated by Go MAEDA over 2 years ago

  • Subject changed from Check the files supported by syntax highlighting in static file to Add a list of supported languages by the code highlighter to the help
  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the changes. Thank you for your contribution.

Actions #5

Updated by Go MAEDA about 2 years ago

Escaped HTML special characters inside <td> in r21401. The following is the one-liner that I used to generate the updated HTML.

bin/rails r 'Rouge::Lexer.all.sort_by(&:tag).each {|lexer| desc = String.new("#{lexer.desc}"); desc << " [aliases: #{lexer.aliases.join(%q|,|)}]" if lexer.aliases.any? ; puts "<tr>\n  <td>#{lexer.tag}</td>\n  <td>#{CGI.escapeHTML(desc)}</td>\n</tr>"}'
Actions #6

Updated by Holger Just about 2 years ago

  • Related to Feature #36594: Relax rouge version dependency in Gemfile added
Actions

Also available in: Atom PDF