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:
parent
711d4517b9
commit
8e77a7f8c9
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ INHERIT (inherit)
|
|||
|
||||
ASTERIX \*
|
||||
|
||||
ENV $\{[A-Z0-9]*\}
|
||||
ENV $\{[[:alnum:]]*\}
|
||||
|
||||
/* Position */
|
||||
CENTER (?i:center)
|
||||
|
|
Loading…
Reference in a new issue