Skip to content

Update rouge to v3.7.0

Stan Hu requested to merge sh-update-rouge-3.7.0 into master

This adds support for a number of new languages (e.g. Ada) and fixes a number of lexers: https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0

Rouge v3.7.0 improves JSON highlighting in this way, but specs broke as a result:

Before

image

image

After

image

image

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64625

Edited by Stan Hu

Merge request reports