index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
highlight
Age
Commit message (
Expand
)
Author
2025-06-28
Fix wrap interaction with show-whitespaces and test word wrapping more
Maxime Coste
2025-06-26
Rework WrapHighlighter to take replaced ranges into account
Maxime Coste
2025-06-25
Add yet another highlighter test
Maxime Coste
2025-06-23
Expand highlighting tests
Maxime Coste
2024-08-08
Delay NormalMode clearing of status line and info box to next idle
Maxime Coste
2024-04-27
Adjust test/highlight/rust/value
Johannes Altmanninger
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-12
Fix past-the-eol column highlighter getting highlighted as buffer range
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2021-11-02
Remove .kak_history file that seems to have been committed by mistake
Sidharth Kshatriya
2021-09-07
Add support for curly underline and separate underline color
Maxime Coste
2021-05-02
add TODO comment highlighting
Skyler Hawthorne
2021-05-01
add tests for rust let statements
Skyler Hawthorne
2021-05-01
fix rust pub highlight
Skyler Hawthorne
2021-04-30
Fix rust highlighting tests
Maxime Coste
2020-07-31
Fix escaping of single quotes in rust value highlighting test
Maxime Coste
2020-07-09
Split rust comment tests
Ivan Tham
2020-07-09
Fix rust character highlight
Ivan Tham
2020-07-09
Fix rust comment end
Ivan Tham
2020-07-09
Fix rust comment test
Ivan Tham
2020-07-09
Fix rust doctest non-hidden macro highlight
Ivan Tham
2020-05-31
Highlight doc tests in rust
Ivan Tham
2020-05-29
Fix unintended interpretation of ranges length syntax
Maxime Coste
2020-04-27
Support multi-line replace-ranges
Maxime Coste
2020-04-27
Do not replace partially selected ranges in replace-ranges highlighter
Maxime Coste
2020-04-27
Fix highlighting empty ranges at end of line and begin of line
Maxime Coste
2019-12-17
test: number-lines highlighter now reserves 2 digits by default.
Tim Allen
2019-10-13
test: Allow expect-style UI tests, testing any var
Jason Felice
2019-04-28
Fix parsing of faces with a base but no attributes
Maxime Coste
2019-04-23
Change faces alias to be a base that can be modified
Maxime Coste
2019-01-03
Add support for named captures to the regex impl and regex highlighter
Maxime Coste
2018-10-15
Fix handling of capture matching in region highlighter
Maxime Coste
2018-07-08
Rename highlighters that used an underscore to use a dash
Maxime Coste
2018-07-05
Make recurse regex opt-in with a -recurse switch instead of opt-out
Maxime Coste
2018-07-05
Fix bug in recursive region highlighting
Maxime Coste
2018-07-05
Fix tests and required scripts to get back to green make test
Maxime Coste
2018-05-19
test/run: Rename "display" expected ui output file as "ui-out"
Maxime Coste
2018-04-29
Fix tests after changes to json_ui output
Maxime Coste
2018-04-23
Change client default name: "unnamed0" → "client0"
Delapouite
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-09-18
Avoid wrapping between punctuation and word
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-04-12
Fix tests after addition of the set_cursor UI method
Maxime Coste
2017-03-11
Increase modelinefmt configuration power
Dan Rosén
2017-01-04
update command names
Alex Leferry 2
2016-12-16
Change the test session name to avoid hitting the unix socket path length limit
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-04-11
Fix regions display test
Maxime Coste
2016-03-08
Add an initial highlighting test
Maxime Coste