summaryrefslogtreecommitdiff
path: root/src/rc/cpp.kak
AgeCommit message (Expand)Author
2012-11-27fix cpp indent filterMaxime Coste
2012-11-21cpp.kak: use regex filter to handle indentationMaxime Coste
2012-11-12update c++ highlighterMaxime Coste
2012-10-29tweak cpp highlightingMaxime Coste
2012-10-01cpp.kak: fix string highlighterMaxime Coste
2012-09-17kakrc: use color aliases for cpp and kakrc highlightingMaxime Coste
2012-09-06cpp.kak: smarter alt commandMaxime Coste
2012-09-04cleanup cpp.kakMaxime Coste
2012-08-07cpp.kak: also try to detect cpp files using the file toolMaxime Coste
2012-08-07use new regex highlighter features in rc filesMaxime Coste
2012-08-07new regex highlighter parameters syntax, support per capture highlightMaxime Coste
2012-08-05Registers need a context to return their valuesMaxime Coste
2012-07-31CommandManager: rework command parserMaxime Coste
2012-07-20add inline keyword in cpp highlightingMaxime Coste
2012-06-14rework cpp.kak and kakrc.kak to use the filetype optionMaxime Coste
2012-06-12BufCreate hook is always called for every buffer, BufNew is called when creat...Maxime Coste
2012-06-04tweak cpp highlightingMaxime Coste
2012-05-29tweak cpp highlightingMaxime Coste
2012-05-04remove {add,rm}grouphl, go back to a -group arg in {add,rm}hlMaxime Coste
2012-02-13add alt command which alternate between c/cpp and h/hpp fileMaxime Coste
2012-01-31insert include guards in C++ header files at creationMaxime Coste
2012-01-31tweak c++ highlightingMaxime Coste
2012-01-25tweak cpp highlightingMaxime Coste
2012-01-23adapt rc files to the new hook commandMaxime Coste
2012-01-18replace addhl -group with addgrouphl command, and add rmgrouphlMaxime Coste
2012-01-15split kakrc with filetype specific files in rc/Maxime Coste