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
/
src
/
rc
/
cpp.kak
Age
Commit message (
Expand
)
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
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 creat...
Maxime Coste
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
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