gitlab-org--gitlab-foss/changelogs/unreleased/65152-selective-highlight.yml
Patrick Bajao 46631e1023 Support selective highlighting of lines
Instead of highlighting all lines when not all of them are
needed, only highlight specific lines.

The `BlobPresenter#highlight` method has been updated to
support `since` and `to` params. These params will be used to
limit the content to be highlighted.

Modify `Gitlab::Highlight` to support `since` param which will
then be used to determine the starting line number.
2019-08-06 09:32:29 +08:00

5 lines
98 B
YAML

---
title: Support selective highlighting of lines
merge_request: 31361
author:
type: performance