Allow capital letters after first letter.
This commit is contained in:
parent
7892da8db2
commit
03d17ca51f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ interval = "[" __ const_or_unbound __ "," __ const_or_unbound __ "]"
|
||||||
|
|
||||||
const_or_unbound = const / "inf" / id
|
const_or_unbound = const / "inf" / id
|
||||||
|
|
||||||
AP = ~r"[a-z_][a-z_\\d]*"
|
AP = ~r"[a-z_][a-zA-Z_\\d]*"
|
||||||
|
|
||||||
bot = "FALSE"
|
bot = "FALSE"
|
||||||
top = "TRUE"
|
top = "TRUE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue