mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
Support empty strings as property.
This commit is contained in:
parent
6e1178c4a8
commit
8c27289d95
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ WHITESPACE [[:blank:]]
|
||||||
WSO [[:blank:]]*
|
WSO [[:blank:]]*
|
||||||
WORD [[:alnum:]-]+
|
WORD [[:alnum:]-]+
|
||||||
COLOR_NAME [[:alpha:]]+
|
COLOR_NAME [[:alpha:]]+
|
||||||
STRING \"{UANYN}+\"
|
STRING \"{UANYN}*\"
|
||||||
HEX [[:xdigit:]]
|
HEX [[:xdigit:]]
|
||||||
NUMBER [[:digit:]]
|
NUMBER [[:digit:]]
|
||||||
PNNUMBER [-+]?[[:digit:]]+
|
PNNUMBER [-+]?[[:digit:]]+
|
||||||
|
|
Loading…
Reference in a new issue