Skip to content

Releases: Phidica/sublime-fish

2.1.1

23 Oct 12:12
Compare
Choose a tag to compare

Bugfix:

  • A lone . was scoped as a decimal point for a numeric

2.1.0

23 Oct 11:47
Compare
Choose a tag to compare

New features:

  • Support for short (-x) and long (--x=arg) option arguments using the variable.parameter scope
  • Recognise -- as the end of options and treat further arguments as normal, even if they start with a dash

2.0.1

19 Oct 12:51
Compare
Choose a tag to compare

Bugfixes:

  • Comment lines could incorrectly appear after certain line continuations
  • stderr redirection into pipe (^| and ^^|) was not recognised

2.0.0

18 Oct 12:01
Compare
Choose a tag to compare

All common fish language features are now implemented, so it is time for a major release. This coincides with the package being added to Package Control (pull request)

We choose to start at major version 2 as this is the major version of fish targeted by the syntax. When fish releases major version 3, we will move to version 3 of this syntax, and so on