Skip to content

3.1.0 (ST3 only)

Compare
Choose a tag to compare
@Phidica Phidica released this 13 Feb 11:13
· 33 commits to master since this release

Support for fish 3.1:

New feature:

  • Compatibility highlighter can show a summary of the issues in the current file using the status bar (bottom left of the Sublime Text window):
    • This is enabled by default, but you can tweak or disable it in the settings

Renamed scopes:

  • meta.braces.brace-expansion.empty.no-whitespace -> meta.braces.literal.empty

Bugfixes:

  • Ending a pipeline with a comment while inside of a block would mark the end as invalid (#22)
  • The compat_highighter_fish_version option didn't allow the lazy version specification which was advertised
  • } appeared to be a valid command name
  • for did not validate the variable name (fish-shell/fish-shell#5800)
  • In some cases, command substitution and variable expansion weren't recognised when inside of brace expansion