Actions
Feature #40681
closedDynamic generation of supported code highlighting languages in help section
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
This patch changes the "List of languages supported by Redmine code highlighter" page in the help to be dynamically generated.
Currently, if the Rouge library adds new languages, someone has to manually update a list in the file app/views/help/wiki_syntax/code_highlighting_languages.html.erb
. This method takes time and can lead to mistakes.
With this patch applied, the help page will automatically show any new languages that Rouge starts supporting. This means the list will always be up-to-date without needing manual changes.
Files
Related issues
Updated by Go MAEDA 6 months ago
- Related to Feature #33859: Add a list of supported languages by the code highlighter to the help added
Updated by Go MAEDA 6 months ago
- Related to Feature #36594: Relax rouge version dependency in Gemfile added
Updated by Marius BÄ‚LTEANU 6 months ago
- Target version set to Candidate for next major release
Nice!
Actions