- Added snippets (#37)
- Added GitHub actions
- Update badge URLs
- Fix publishing reduced image size
- Reduced extension size (#30)
- Updated screenshots & gifs
- Added snippet gif
- Reordered
set
snippet to have more common-l
setting first
- Add snippets:
for
,while
,if
,if
/else
,while
,function
,begin
/end
,and
,or
, comments (#28)
- Added keyword highlighting for
and
,or
,not
- Re-enable formatting on paste
- Fix a bug causing strange formatting when pasting with
"editor.formatOnPaste": true
- Allow syntax highlighting in restricted mode
- Added auto indentation after
function
,if
,while
and similar keywords (#22) - Added configuration variables,
fish.path.fish
andfish.path.fish_indent
for overriding the path tofish
andfish_indent
executables (#22)
- Added function syntax highlighting for
;
- Updated to new fish logo
- Updated variables for fish 3.2
- Added function syntax highlighting for
(
,|
,&&
- Changed function syntax highlighting from whitelist (
cat
,test
, etc.) to beginning of line &if
/for
- Removed incorrect syntax highlighting for
--option
- Added keyword highlighting for
continue
,break
,return
,source
,exit
,wait
- Removed
console.log
at startup - Refactored
- Added highlighting for files with a fish shebang, e.g.
#!/usr/bin/fish
(#4)
- Added linting screenshot (#9)
- Fixed syntax highlighting of
\\
within single quotes (fixes #5)
- Added support for embedding fish within markdown blocks via
```fish
(#1)
- Updated builtins for fish 3.1
- Removed builtin functions that start with __
- Added instructions on updating builtins
- Changed extension icon
- Added
history
to builtins - Added badges to README
- Made builtin variables like
$argv
highlight differently
- Fixed most escape sequences, e.g.
\*
,\(
,\x9
- Fixed a bug breaking syntax highlighting
- Fixed backslash escapes in string, e.g.
"\\"
is escaping but"\n"
isn't
- Converted language file to JSON
- Disabled variable highlighting in single quotes, e.g.
'$VAR'
- Added screenshots
- Fixed highlighting of "$HOMEDIR"
- Added "begin" to keywords
- Initial release