aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 5477150..41b960b 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -332,7 +332,8 @@ gboolean teco_machine_input(teco_machine_t *ctx, gunichar chr, GError **error);
typedef enum {
TECO_STRINGBUILDING_MODE_NORMAL = 0,
TECO_STRINGBUILDING_MODE_UPPER,
- TECO_STRINGBUILDING_MODE_LOWER
+ TECO_STRINGBUILDING_MODE_LOWER,
+ TECO_STRINGBUILDING_MODE_DISABLED
} teco_stringbuilding_mode_t;
/**