mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
`|' now works as it should.
This commit is contained in:
parent
2e130b5cad
commit
899fc0abfe
@ -87,7 +87,7 @@ $type_func = "(\\w+\\(\\))";
|
||||
$type_param = "\\\@(\\w+)";
|
||||
$type_struct = "\\\\\\\\\\\\amp;(\\w+)";
|
||||
$type_env = "(\\\$\\w+)";
|
||||
$type_code = "\\|(.*)\\|";
|
||||
$type_code = "\\|([^|]*)\\|";
|
||||
|
||||
|
||||
# Output conversion substitutions.
|
||||
|
Loading…
Reference in New Issue
Block a user