Skip to content

Bash/Zsh: fix comment and = style in VarName ; highlight parameter for getopts and let

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:sh into master
  • = as operator in builtins_var name=value
  • fix comment in builtins_var #here
  • Variable style in getopts xyz varname args...
  • math style in let a=2+b

Merge request reports