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
/
src
/
highlighters.hh
Age
Commit message (
Expand
)
Author
2023-10-25
Default comparison operators that can be
Maxime Coste
2021-03-09
Use inplace_merge() for ranges
Jason Felice
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2017-11-02
Ensure line-specs and range-specs options are sorted internally
Maxime Coste
2017-05-25
Add an update-option command to update range-descs/line-descs options
Maxime Coste
2017-05-24
Rename line-flags option type to line-specs
Maxime Coste
2017-05-17
Rename range-faces to range-specs
Maxime Coste
2017-05-08
Distinguish between BufferRanges and InclusiveBufferRanges
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-12-12
Use markup for line-flags instead of a single face
Maxime Coste
2015-08-23
Change flag lines highlighter to use faces instead of colors
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste
2012-01-18
completion support for addgrouphl and rmgrouphl
Maxime Coste
2012-01-15
Highlighters: add an HighlighterGroup class
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste