victor-gp / cmd-help-sublime-syntax

Sublime Syntax definition for sharkdp/bat to colorize command --help messages.
MIT License
21 stars 5 forks source link

`$ENVIRONMENT_VAR` #12

Closed victor-gp closed 1 year ago

victor-gp commented 1 year ago

Detected on the help message for adb:

image

There's a syntax test for this here.

We already scope env variable names without dollar. We just need another match with the same regex, but starting with dollar.

It's ok if we don't fix $ADB_LOCAL_TRANSPORT_MAX_PORT. It's tricky because there's a single space between it and its explanation. We can fix that in a later iteration.