summaryrefslogtreecommitdiff
path: root/test/highlight
AgeCommit message (Expand)Author
2025-06-28Fix wrap interaction with show-whitespaces and test word wrapping moreMaxime Coste
2025-06-26Rework WrapHighlighter to take replaced ranges into accountMaxime Coste
2025-06-25Add yet another highlighter testMaxime Coste
2025-06-23Expand highlighting testsMaxime Coste
2024-08-08Delay NormalMode clearing of status line and info box to next idleMaxime Coste
2024-04-27Adjust test/highlight/rust/valueJohannes Altmanninger
2022-07-13Re-work line trimming to fix issues with column highightersMaxime Coste
2022-07-12Fix past-the-eol column highlighter getting highlighted as buffer rangeMaxime Coste
2022-07-10Refactor highlighting logicMaxime Coste
2021-11-02Remove .kak_history file that seems to have been committed by mistakeSidharth Kshatriya
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
2021-05-02add TODO comment highlightingSkyler Hawthorne
2021-05-01add tests for rust let statementsSkyler Hawthorne
2021-05-01fix rust pub highlightSkyler Hawthorne
2021-04-30Fix rust highlighting testsMaxime Coste
2020-07-31Fix escaping of single quotes in rust value highlighting testMaxime Coste
2020-07-09Split rust comment testsIvan Tham
2020-07-09Fix rust character highlightIvan Tham
2020-07-09Fix rust comment endIvan Tham
2020-07-09Fix rust comment testIvan Tham
2020-07-09Fix rust doctest non-hidden macro highlightIvan Tham
2020-05-31Highlight doc tests in rustIvan Tham
2020-05-29Fix unintended interpretation of ranges length syntaxMaxime 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
2019-12-17test: number-lines highlighter now reserves 2 digits by default.Tim Allen
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2019-04-28Fix parsing of faces with a base but no attributesMaxime Coste
2019-04-23Change faces alias to be a base that can be modifiedMaxime Coste
2019-01-03Add support for named captures to the regex impl and regex highlighterMaxime Coste
2018-10-15Fix handling of capture matching in region highlighterMaxime Coste
2018-07-08Rename highlighters that used an underscore to use a dashMaxime Coste
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix bug in recursive region highlightingMaxime Coste
2018-07-05Fix tests and required scripts to get back to green make testMaxime Coste
2018-05-19test/run: Rename "display" expected ui output file as "ui-out"Maxime Coste
2018-04-29Fix tests after changes to json_ui outputMaxime Coste
2018-04-23Change client default name: "unnamed0" → "client0"Delapouite
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-12Refactor column highlighter to make it more robustMaxime Coste
2017-09-18Avoid wrapping between punctuation and wordMaxime Coste
2017-06-09Rework partial line display logicMaxime Coste
2017-04-12Fix tests after addition of the set_cursor UI methodMaxime Coste
2017-03-11Increase modelinefmt configuration powerDan Rosén
2017-01-04update command namesAlex Leferry 2
2016-12-16Change the test session name to avoid hitting the unix socket path length limitMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-04-11Fix regions display testMaxime Coste
2016-03-08Add an initial highlighting testMaxime Coste