diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 54d6d7c..1edebba 100644 --- a/config.def.h +++ b/config.def.h @@ -953,6 +953,11 @@ static Color colors[] = { static Syntax syntaxes[] = {{ .name = "c", .file = "\\.(c(pp|xx)?|h(pp|xx)?|cc)$", + .settings = (const char*[]){ + "set number", + "set autoindent", + NULL + }, .rules = { SYNTAX_MULTILINE_COMMENT, SYNTAX_SINGLE_LINE_COMMENT, |
