| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-27 | fix cpp indent filter | Maxime Coste | |
| 2012-11-21 | cpp.kak: use regex filter to handle indentation | Maxime Coste | |
| 2012-11-12 | update c++ highlighter | Maxime Coste | |
| 2012-10-29 | tweak cpp highlighting | Maxime Coste | |
| 2012-10-01 | cpp.kak: fix string highlighter | Maxime Coste | |
| 2012-09-17 | kakrc: use color aliases for cpp and kakrc highlighting | Maxime Coste | |
| 2012-09-06 | cpp.kak: smarter alt command | Maxime Coste | |
| 2012-09-04 | cleanup cpp.kak | Maxime Coste | |
| 2012-08-07 | cpp.kak: also try to detect cpp files using the file tool | Maxime Coste | |
| 2012-08-07 | use new regex highlighter features in rc files | Maxime Coste | |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste | |
| 2012-08-05 | Registers need a context to return their values | Maxime Coste | |
| 2012-07-31 | CommandManager: rework command parser | Maxime 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-20 | add inline keyword in cpp highlighting | Maxime Coste | |
| 2012-06-14 | rework cpp.kak and kakrc.kak to use the filetype option | Maxime Coste | |
| 2012-06-12 | BufCreate hook is always called for every buffer, BufNew is called when ↵ | Maxime Coste | |
| creating a new file | |||
| 2012-06-04 | tweak cpp highlighting | Maxime Coste | |
| 2012-05-29 | tweak cpp highlighting | Maxime Coste | |
| 2012-05-04 | remove {add,rm}grouphl, go back to a -group arg in {add,rm}hl | Maxime Coste | |
| more consistency, more shared code | |||
| 2012-02-13 | add alt command which alternate between c/cpp and h/hpp file | Maxime Coste | |
| 2012-01-31 | insert include guards in C++ header files at creation | Maxime Coste | |
| 2012-01-31 | tweak c++ highlighting | Maxime Coste | |
| 2012-01-25 | tweak cpp highlighting | Maxime Coste | |
| 2012-01-23 | adapt rc files to the new hook command | Maxime Coste | |
| 2012-01-18 | replace addhl -group with addgrouphl command, and add rmgrouphl | Maxime Coste | |
| 2012-01-15 | split kakrc with filetype specific files in rc/ | Maxime Coste | |
| cpp highlighting is now specified by rc/cpp.kak. | |||
