Skip to content

2.5.0 (ST3 only)

Compare
Choose a tag to compare
@Phidica Phidica released this 30 Aug 15:12
· 96 commits to master since this release

This is the first version of the package to support ST2 and ST3 from separate development branches. Meaning, it exists in two different forms which each implement all the following changes.

Packaging:

  • Rename syntax to "Friendly Interactive Shell (fish)", as the de facto standard for syntax names is title cased
  • Rename package settings menu item to "Fish", as the de facto standard for this menu is the title-cased package name

Improvements:

  • Use meta.function-call.name for command names
  • Use meta.function-call.parameter for all parameters
  • Use meta.function-call.operator.control for control operators specifically
  • Use meta.function-call.operator.redirection for redirection
  • Use meta.function-call.operator.pipe for piping

Bugfixes:

  • Comments immediately after builtin commands were not scoped correctly
  • Comments immediately after redirection into file were not shown as invalid