aboutsummaryrefslogtreecommitdiff
path: root/src/include/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/syntax.h')
-rw-r--r--src/include/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/syntax.h b/src/include/syntax.h
index 2938178..2645ca4 100644
--- a/src/include/syntax.h
+++ b/src/include/syntax.h
@@ -22,6 +22,6 @@
#define SYNTAX_ESC '\\'
/* Characters that can appear in keywords. */
-#define SYNTAX_KWD_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_~|&+-/*<>=%^$@?"
+#define SYNTAX_KWD_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_~|&+-/*<>=%^$@?0123456789"
#endif