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:
parent
6e1178c4a8
commit
8c27289d95
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ WHITESPACE [[:blank:]]
|
|||
WSO [[:blank:]]*
|
||||
WORD [[:alnum:]-]+
|
||||
COLOR_NAME [[:alpha:]]+
|
||||
STRING \"{UANYN}+\"
|
||||
STRING \"{UANYN}*\"
|
||||
HEX [[:xdigit:]]
|
||||
NUMBER [[:digit:]]
|
||||
PNNUMBER [-+]?[[:digit:]]+
|
||||
|
|
Loading…
Reference in a new issue