mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Recognize `!'.
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ WHITE [ \t]
|
||||
return CLI_MARKER;
|
||||
}
|
||||
|
||||
[={}:;,()+*/%-<>~\[\]?] {
|
||||
[={}:;,.()+*/%<>~\[\]?!-] {
|
||||
return yytext[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user