1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-16 04:36:04 +03:00
kakoune/src/kakrc

6 lines
317 B
Plaintext
Raw Normal View History

hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addhl hlcpp
2011-12-07 18:29:10 +04:00
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter cleanup_whitespaces
hook WinInsertEnd .* exec xs\h+(?=\n)<ret>d
hook WinCreate .* addhl regex \h+(?=\n) default red