summaryrefslogtreecommitdiff
path: root/src/function_registry.hh
AgeCommit message (Collapse)Author
2014-12-23Use an id_map directly for HighlighterRegistry rather than the ↵Maxime Coste
FunctionRegistry class
2014-12-23Unify completion from container content logicMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2014-04-21Use StringView in FunctionGroup and FunctionRegistryMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste