I have found that the syntax highlighting for Bash is not correct. It normally works, but anytime I type something like
user="$((who -m | awk '{print $1;}') 2>&1)"
it breaks for the rest of the file. Is there a solution to this?
Sublime Text Error with Bash Scripting
drizzutojr
#1
0 Likes
kingkeith
#2
unfortunately there is no solution to this at present, but the ShellScript syntax definition is set to get a complete rewrite soon, which will address this. keep an eye on https://github.com/sublimehq/Packages/issues/434 for progress
0 Likes