sgwozdz / jenkinsfile-support

Visual Studio Code extension
MIT License
33 stars 7 forks source link

The plugin does not highlight the variables #71

Open MohammedNoureldin opened 1 year ago

MohammedNoureldin commented 1 year ago

To keep it short. The plugin does not highlight the variables. For example:

echo "Hello ${env.USER}"

The ${env.USER} is shown just the like the normal string.