mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Recognize `!'.
This commit is contained in:
parent
5919c66e8f
commit
69a20d2eff
@ -139,7 +139,7 @@ WHITE [ \t]
|
|||||||
return CLI_MARKER;
|
return CLI_MARKER;
|
||||||
}
|
}
|
||||||
|
|
||||||
[={}:;,()+*/%-<>~\[\]?] {
|
[={}:;,.()+*/%<>~\[\]?!-] {
|
||||||
return yytext[0];
|
return yytext[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user