summaryrefslogtreecommitdiff
path: root/rc/cpp.kak
AgeCommit message (Expand)Author
2014-12-01Try to unify objective c and cpp in a c-family.kak fileMaxime Coste
2014-11-11Remove %rec{...} strings, now "..." strings expand their contentMaxime Coste
2014-11-05cpp.kak: tweak cpp-alternative-file implementationMaxime Coste
2014-11-04update cpp highlight, add constexprMaxime Coste
2014-10-30Use an alias for the :alt command defined in cpp.kakMaxime Coste
2014-10-22cpp.kak: highlight cast operatorsMaxime Coste
2014-10-07Fix cpp indentation align to opening parenMaxime Coste
2014-10-01cpp.kak: #if 0 stop at next endif or else or elifMaxime Coste
2014-09-26cpp.kak: grey out code in #if 0Maxime Coste
2014-09-25Fix some cpp autoindent hooksMaxime Coste
2014-08-30cpp.kak: fix copying of comments to next lineMaxime Coste
2014-07-29cpp.kak: Added union support to automatic semicolon after blockdavidaciko
2014-07-14Remove region highlighter, rename multi_regions to regions, cleanupMaxime Coste
2014-07-13Rename 'macro' face to more general 'meta'Maxime Coste
2014-07-13Use a region for c++ macro highlightingMaxime Coste
2014-06-16Use -group rather than -id in hooks to mirror highlighters closerMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-06-11Add MultiRegionHighlighterMaxime Coste
2014-06-10Convert Region highlighter to a HierarchicalHighlighterMaxime Coste
2014-04-10cpp.kak: tweak comment copy on newlineMaxime Coste
2014-03-31Remove debug commands from rc filesMaxime Coste
2014-03-06Port most kak scripts to be POSIX shell compliantMaxime Coste
2014-03-02Add docstrings to some commandsMaxime Coste
2014-03-02Replace remaining $kak_bufname with more correct $kak_buffileMaxime Coste
2014-01-27cpp.kak: re-enable region highliting for comments and stringsMaxime Coste
2014-01-22Region highlighters are still bugged, disable regions for cpp highlightMaxime Coste
2014-01-09Use a per line caching strategy for region highlighterMaxime Coste
2013-12-23Make kak more installableMaxime Coste