2011-11-29 23:37:20 +01:00
|
|
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addhl hlcpp
|
2011-12-07 15:29:10 +01:00
|
|
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
|
2011-12-20 15:27:01 +01:00
|
|
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter cleanup_whitespaces
|
2011-12-21 19:58:41 +01:00
|
|
|
hook WinInsertEnd .* exec xs\h+(?=\n)<ret>d
|
2011-12-06 19:50:05 +01:00
|
|
|
hook WinCreate .* addhl regex \h+(?=\n) default red
|