-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
News - 3.1.0 | ||
============ | ||
|
||
This release brings complete support for fish 3.1 syntax highlighting. | ||
This is an overview of changes. To see all the changes, go to | ||
Preferences > Package Settings > Fish > Changelog. | ||
|
||
The only behavioural change (ie, ignoring totally new features) relates to brace | ||
expansion, which no longer occurs unless a comma or variable appears within the | ||
braces. If you are targeting an older version of fish, then the compatibility | ||
highlighter will warn you when the syntax highlighting doesn't imply that this | ||
will happen even though it actually will. | ||
|
||
As a quick check whether there are any compatibility issues in your current | ||
script, you can now take a look at the status bar (bottom left of the Sublime | ||
Text window) where a summary will be displayed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters