summaryrefslogtreecommitdiff
path: root/src/highlighter.hh
AgeCommit message (Expand)Author
2014-10-25Add virtual destructor to HighlighterMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2014-01-18Pass a HighlightFlags parameter to highlightersMaxime Coste
2014-01-09Style changes, replace typedefs with usingsMaxime Coste
2013-12-16Pass a Context rather than a Window to highlightersMaxime Coste
2013-12-03Add support for defining and referencing highlightersMaxime Coste
2013-11-28Do not pass a window to highlighters factoriesMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-05-29pass window param to highlightersMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-31FlagLines updates the lines in the option according to buffer modificationsMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste
2013-03-06HighlightersFactories takes back a Window parameterMaxime Coste
2013-03-01Do not use a factory for window builtins highlightersMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-02-03use memoryview instead of std::vector where applicableMaxime Coste
2012-01-15Highlighters: move HighlighterParameters definition from highlighter_registry...Maxime Coste
2012-01-11Document some Kakoune concepts, as Window, Buffer, DisplayAtom...Maxime Coste
2011-11-29Rename Filter to Highlighter to be more explicitMaxime Coste