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

[Lexer] Also allow non-capitalized environment variables

This commit is contained in:
Dave Davenport 2018-07-09 11:57:21 +02:00
parent 711d4517b9
commit 8e77a7f8c9

View file

@ -177,7 +177,7 @@ INHERIT (inherit)
ASTERIX \*
ENV $\{[A-Z0-9]*\}
ENV $\{[[:alnum:]]*\}
/* Position */
CENTER (?i:center)