`|' now works as it should.
This commit is contained in:
parent
2e130b5cad
commit
899fc0abfe
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ $type_func = "(\\w+\\(\\))";
|
||||||
$type_param = "\\\@(\\w+)";
|
$type_param = "\\\@(\\w+)";
|
||||||
$type_struct = "\\\\\\\\\\\\amp;(\\w+)";
|
$type_struct = "\\\\\\\\\\\\amp;(\\w+)";
|
||||||
$type_env = "(\\\$\\w+)";
|
$type_env = "(\\\$\\w+)";
|
||||||
$type_code = "\\|(.*)\\|";
|
$type_code = "\\|([^|]*)\\|";
|
||||||
|
|
||||||
|
|
||||||
# Output conversion substitutions.
|
# Output conversion substitutions.
|
||||||
|
|
Loading…
Reference in a new issue