Recognize `!'.

This commit is contained in:
Martin Mares 2000-05-30 21:46:21 +00:00
parent 5919c66e8f
commit 69a20d2eff

View file

@ -139,7 +139,7 @@ WHITE [ \t]
return CLI_MARKER;
}
[={}:;,()+*/%-<>~\[\]?] {
[={}:;,.()+*/%<>~\[\]?!-] {
return yytext[0];
}