1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Support empty strings as property.

This commit is contained in:
Dave Davenport 2017-06-07 13:28:43 +02:00
parent 6e1178c4a8
commit 8c27289d95

View file

@ -165,7 +165,7 @@ WHITESPACE [[:blank:]]
WSO [[:blank:]]*
WORD [[:alnum:]-]+
COLOR_NAME [[:alpha:]]+
STRING \"{UANYN}+\"
STRING \"{UANYN}*\"
HEX [[:xdigit:]]
NUMBER [[:digit:]]
PNNUMBER [-+]?[[:digit:]]+