index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
cpp.kak
Age
Commit message (
Expand
)
Author
2014-12-01
Try to unify objective c and cpp in a c-family.kak file
Maxime Coste
2014-11-11
Remove %rec{...} strings, now "..." strings expand their content
Maxime Coste
2014-11-05
cpp.kak: tweak cpp-alternative-file implementation
Maxime Coste
2014-11-04
update cpp highlight, add constexpr
Maxime Coste
2014-10-30
Use an alias for the :alt command defined in cpp.kak
Maxime Coste
2014-10-22
cpp.kak: highlight cast operators
Maxime Coste
2014-10-07
Fix cpp indentation align to opening paren
Maxime Coste
2014-10-01
cpp.kak: #if 0 stop at next endif or else or elif
Maxime Coste
2014-09-26
cpp.kak: grey out code in #if 0
Maxime Coste
2014-09-25
Fix some cpp autoindent hooks
Maxime Coste
2014-08-30
cpp.kak: fix copying of comments to next line
Maxime Coste
2014-07-29
cpp.kak: Added union support to automatic semicolon after block
davidaciko
2014-07-14
Remove region highlighter, rename multi_regions to regions, cleanup
Maxime Coste
2014-07-13
Rename 'macro' face to more general 'meta'
Maxime Coste
2014-07-13
Use a region for c++ macro highlighting
Maxime Coste
2014-06-16
Use -group rather than -id in hooks to mirror highlighters closer
Maxime Coste
2014-06-12
Remove defhl, use addhl -group
Maxime Coste
2014-06-11
Add MultiRegionHighlighter
Maxime Coste
2014-06-10
Convert Region highlighter to a HierarchicalHighlighter
Maxime Coste
2014-04-10
cpp.kak: tweak comment copy on newline
Maxime Coste
2014-03-31
Remove debug commands from rc files
Maxime Coste
2014-03-06
Port most kak scripts to be POSIX shell compliant
Maxime Coste
2014-03-02
Add docstrings to some commands
Maxime Coste
2014-03-02
Replace remaining $kak_bufname with more correct $kak_buffile
Maxime Coste
2014-01-27
cpp.kak: re-enable region highliting for comments and strings
Maxime Coste
2014-01-22
Region highlighters are still bugged, disable regions for cpp highlight
Maxime Coste
2014-01-09
Use a per line caching strategy for region highlighter
Maxime Coste
2013-12-23
Make kak more installable
Maxime Coste