Something went wrong on our end. Please try again.
Created by: slimsag
CodeExcerpt2
feels like a particularly bad name for something that is only
enabled by developers in the case of:
// Dev flag for disabling syntax highlighting on search results pages.
const NO_SEARCH_HIGHLIGHTING = localStorage.getItem('noSearchHighlighting') !== null
This change renames it to CodeExcerptUnhighlighted
and adds documentation to
both which describes the difference between the two.
Helps #6992 (closed)
Signed-off-by: Stephen Gutekanst stephen.gutekanst@gmail.com