neatvi: dump 16

This commit is contained in:
PedroEdiaz
2024-07-18 17:05:24 +00:00
parent 41fa7e50b2
commit df30c9490f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,13 @@
// neatvi configuration file
#define MKFILE_MODE 0600
#define ECMD ""
static struct filetype {
char *ft; // file type
char *pat; // file name pattern
char *def;
char *sec;
} filetypes[] = {
{"sh", "\\.sh$"}, // shell script
{"c", "\\.(h|c)$"}, // C