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