summaryrefslogtreecommitdiff
path: root/src/highlighters.cc
AgeCommit message (Expand)Author
2021-03-22Rename separator-cursor to cursor-separatorhss
2021-03-21Don't use optionals for storing active separator stringhss
2021-03-20Only use separator-cursor for the first line number in a wrapped linehss
2021-03-20Compare column_length of line-number separatorshss
2021-03-20Use optionals more wisely in line-numbershss
2021-03-19line-number: Add option to use a different separator on the current linehss
2021-03-09Use inplace_merge() for rangesJason Felice
2021-01-22Fix performance issue in show-matching highlighter on big buffersMaxime Coste
2021-01-03Add missing limits includesMaxime Coste
2020-10-12Fix region regexes incorrectly matching ^$ at end of lineMaxime Coste
2020-08-08Rename DefinedHighlighters to SharedHighlightersMaxime Coste
2020-05-30Merge commit 'krobelus/05-highlight-replace-ranges-crash^'Maxime Coste
2020-05-29Fix unintended interpretation of ranges length syntaxMaxime Coste
2020-05-28refactor: remove extra semicolonsJohannes Altmanninger
2020-05-28Fix invalid regions with begin > end being generatedMaxime Coste
2020-05-02Fix traling whitespacesMaxime Coste
2020-04-27Fix clang compilationMaxime Coste
2020-04-27Support multi-line replace-rangesMaxime Coste
2020-04-27Do not replace partially selected ranges in replace-ranges highlighterMaxime Coste
2020-04-27Fix highlighting empty ranges at end of line and begin of lineMaxime Coste
2020-04-27Factor option based highlightersMaxime Coste
2020-04-06Support empty ranges in replace-ranges highlighterMaxime Coste
2020-03-30Add -override support to add-highlighterMaxime Coste
2020-01-05Split RegexHighlighters matches per requested buffer rangesMaxime Coste
2019-12-15highlighters.cc: Add a '-min-digits' flag to the number-lines highlighter.Tim Allen
2019-12-15Code style tweakMaxime Coste
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-09Add overrideJason Felice
2019-11-09Add static or const where usefulJason Felice
2019-11-04Use a specific WrapMarker face for wrap highlighter wrapped line markerMaxime Coste
2019-08-12Fallback to wrapping in between 'word' when 'WORD' failsMaxime Coste
2019-08-05Fix bug in WrapHighlighter::do_compute_display_setupMaxime Coste
2019-07-06Fix build on FreeBSDTobias Kortkamp
2019-04-24Fix wrapping of words with 'wrap col - indent < word len < wrap col'Maxime Coste
2019-04-24Only wrap before words that are shorter than the wrapping lengthMaxime Coste
2019-04-16Support name captures in dynregex highlightersMaxime Coste
2019-03-05Merge remote-tracking branch 'laelath/compilation-warnings'Maxime Coste
2019-03-05Fix use of invalidated iterators in highlight_rangeMaxime Coste
2019-02-27Fixed all reorder warningsJustin Frank
2019-01-24Header and dependency cleanupMaxime Coste
2019-01-20Split compile time regex flags from runtime onesMaxime Coste
2019-01-20Support re-using the same ThreadedRegexVM for multiple iterationsMaxime Coste
2019-01-20Refactor RegexIterator to use a SentinelMaxime Coste
2019-01-03Add support for named captures to the regex impl and regex highlighterMaxime Coste
2018-12-13Add an option to only highlight trailing whitespaceClement Delafargue
2018-11-23Add missing newline to 'regions' highlighter descriptionOlivier Perret
2018-11-19Merge remote-tracking branch 'Delapouite/typos'Maxime Coste
2018-11-14Fix column highlighter adding display atoms past the window widthMaxime Coste
2018-11-10doc: fix misc typos for source and region highlighterDelapouite
2018-10-21Move LineRangeSet to line_modification.hhMaxime Coste