summaryrefslogtreecommitdiff
path: root/src/rc/cpp.kak
AgeCommit message (Expand)Author
2013-07-12cpp.kak: wrap trailing whitespace cleanup hook in a try catchMaxime Coste
2013-05-17cpp.kak: fix alt now that alt_dirs is a proper listMaxime Coste
2013-05-16cpp.kak: fix alt_dirs option default valueMaxime Coste
2013-04-11remove hooks when needed in rc filesMaxime Coste
2013-04-11highlight strings after macrosMaxime Coste
2013-03-29cpp.kak: fix alt_dirs handling with more than 2 directoriesMaxime Coste
2013-03-22cpp.kak: alt supports an alt_dirs options for directories to searchMaxime Coste
2013-03-22eval,exec: -restore-selections become -draft, and restore the buffer as wellMaxime Coste
2013-01-17Move Insertion Hooks handing to the input handlerMaxime Coste
2012-12-13tweak cpp highlightingMaxime Coste
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