Sublime Forum

[BUG] Shell script syntax highlighting

#1

Hello everyone.

I hope this is the right place to report bugs.
I noticed that shell script syntax highlighting gets broken after I type VAR=xcode-select -print-path
See this example:

#!/usr/bin/env bash
XCODE_DEV_PATH=`xcode-select -print-path`
OTHER_VARIABLES="definition of OTHER_VARIABLES should be in white not yellow"
echo "OTHER_VARIABLES"
# From now all text (except by the keywords) is in yellow.

I tried in the version 3 beta build 3021 and the same results.
Would be nice to see this fixed any time soon

Thanks :smile:

0 Likes