4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addhl hlcpp
|
|
hook WinCreate .*\.(c|cc|cpp|cxx|C|h|hh|hpp|hxx|H) addfilter preserve_indent
|
|
hook WinCreate .* addhl regex \h+(?=\n) default red
|