diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-15 00:56:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-15 00:56:37 +0000 |
commit | dc50caf1bed6f76ac9fdc5248c8c8ed24d36fa59 (patch) | |
tree | 6c0fb6ddd0f57dc401b7cd8f8473e09dea2f7b2e /public/help | |
parent | 7bdc0b593479ffc418e4dce70f3814339df1af0f (diff) | |
download | redmine-dc50caf1bed6f76ac9fdc5248c8c8ed24d36fa59.tar.gz redmine-dc50caf1bed6f76ac9fdc5248c8c8ed24d36fa59.zip |
Update Rouge to 4.1 (#37236).
git-svn-id: https://svn.redmine.org/redmine/trunk@22111 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/code_highlighting_languages.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/help/code_highlighting_languages.html b/public/help/code_highlighting_languages.html index eda279942..4f3fe1b2d 100644 --- a/public/help/code_highlighting_languages.html +++ b/public/help/code_highlighting_languages.html @@ -99,6 +99,10 @@ <td>CFScript, the CFML scripting language [aliases: cfc]</td> </tr> <tr> + <td>cisco_ios</td> + <td>Cisco IOS configuration lexer</td> + </tr> + <tr> <td>clean</td> <td>The Clean programming language (clean.cs.ru.nl)</td> </tr> |