This repository was archived by the owner on Jul 24, 2021. It is now read-only.
Releases: jfcherng-sublime/ST-ShellScriptImproved
Releases · jfcherng-sublime/ST-ShellScriptImproved
1.2.25
1.2.24
1.2.23
- Add executables:
readlink
. - Highlight the executable which is privileged.
sudo -s pip --upgrade install numpy
#^^^ support.function.privilege.shell
# ^^ support.command-switch.shell
# ^^^ support.function.external.shell
# ^^^^^^^^^ support.command-switch.shell
1.2.22
1.2.21
1.2.20
1.2.19
- Parameters after
--
are not switches.
rm -f -- -filename_starts_with_dash
# ^ punctuation.definition.command-switch.shell
# ^^ support.command-switch.shell
# ^^ punctuation.definition.command-switch-end.shell
# ^ - punctuation.definition.command-switch.shell
1.2.18
- Add executbles:
bower
,browserify
,compass
,dvips
,grunt
,gulp
,latex
,mkdocs
,pdflatex
,pdftex
,pdftops
,pelican
,webpack
,yarn
. - Allow using any identifier for starting a simple heredoc.
cat <<_ACEOF;
# ^^ keyword.operator.heredoc.shell
# ^^^^^^ keyword.control.heredoc-token.shell
$variable
# <- string.unquoted.heredoc.shell
# ^ punctuation.definition.variable.shell
_ACEOF
# <- keyword.control.heredoc-token.shell