summaryrefslogtreecommitdiffstats
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index ce2ce40..edca7a2 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -157,7 +157,7 @@ WHITE [ \t]
return CLI_MARKER;
}
-[={}:;,.()+*/%<>~\[\]?!-] {
+[={}:;,.()+*/%<>~\[\]?!\|-] {
return yytext[0];
}