summaryrefslogtreecommitdiff
path: root/src/rc/cpp.kak
AgeCommit message (Collapse)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
a new type of strings is supported inspired by the ruby strings. %<delimiter>content<delimiter>, if opening delimiter is one of ([{<, then closing delimiter is the matching )]}> and balanced delimiters in the string needs not to be escaped, else the closing delimiter is the same as the opening one. shell expansion is available through %sh<delimiter>command<delimiter> syntax. Command flags have been removed, as these strings provide proper nesting support, so now, you can for example do: def command %{ echo %sh{ ls } }
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 ↵Maxime Coste
creating a new file
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
more consistency, more shared code
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
cpp highlighting is now specified by rc/cpp.kak.