aboutsummaryrefslogtreecommitdiffstats
path: root/libcmd/cmd_parse.ragel
diff options
context:
space:
mode:
Diffstat (limited to 'libcmd/cmd_parse.ragel')
-rw-r--r--libcmd/cmd_parse.ragel2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmd/cmd_parse.ragel b/libcmd/cmd_parse.ragel
index 280d483..02b92ce 100644
--- a/libcmd/cmd_parse.ragel
+++ b/libcmd/cmd_parse.ragel
@@ -45,7 +45,7 @@ int print_token( char *s, char *e, int tok)
'"';
quote = '"' (any-'"')* '"';
#seperate = ';';
- word = [a-zA-Z] ([a-zA-Z0-9])*;
+ word = [a-zA-Z] ([a-zA-Z0-9'._'])*;
sp = ([' ','\t','\n']);
main := |*