Recognize `!'.
This commit is contained in:
parent
5919c66e8f
commit
69a20d2eff
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ WHITE [ \t]
|
||||||
return CLI_MARKER;
|
return CLI_MARKER;
|
||||||
}
|
}
|
||||||
|
|
||||||
[={}:;,()+*/%-<>~\[\]?] {
|
[={}:;,.()+*/%<>~\[\]?!-] {
|
||||||
return yytext[0];
|
return yytext[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue