Releases: tox-dev/jetbrains-fish
Releases · tox-dev/jetbrains-fish
v0.1.8
What's Changed
- Bump version to
0.1.8-devby @gaborbernat in #22 - 👷 ci(ui-test): fix IDE startup timeout in CI by @gaborbernat in #29
- 🐛 fix(lexer): handle escaped backslashes in single-quoted strings by @gaborbernat in #36
New Contributors
- @pre-commit-ci[bot] made their first contribution in #32
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Bump version to
0.1.7-devby @github-actions[bot] in #20 - Use RELEASE_TOKEN for post-release PR to trigger workflows by @gaborbernat in #21
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Bump version to
0.1.6-devby @github-actions[bot] in #18 - Fix auto-merge workflow to use GITHUB_TOKEN by @gaborbernat in #19
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Bump version to
0.1.5-devby @github-actions[bot] in #15 - Fix internal API usage, improve UI tests, add auto-merge by @gaborbernat in #17
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Fix CI bugs, improve workflows, and fix flaky UI tests by @gaborbernat in #14
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add commit hash to dev builds and simplify release workflow by @gaborbernat in #13
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Changelog update -
v0.1.1by @github-actions[bot] in #11 - Fix LSP4IJ compatibility and improve run configuration support by @gaborbernat in #12
New Contributors
- @github-actions[bot] made their first contribution in #11
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Added
- Initial Fish shell language support.
- Syntax highlighting for Fish shell scripts.
- File type detection for
.fishextension. - Shebang detection (
#!/usr/bin/env fish,#!/usr/bin/fish). - Comment and uncomment support via
Ctrl+/orCmd+/. - Brace matching for parentheses, braces, and brackets.
- Customizable color schemes via
Settings > Editor > Color Scheme > Fish. - Support for Fish syntax elements including keywords (
if,for,function, etc.), variables ($var,
$var[index]), strings (single and double quoted with escape sequences), comments, operators (&&,||,|,&),
redirections (>,>>,<,2>,&>), and command substitution with parentheses. - Code formatting via
fish_indentwhen available on the system. - Inspections for deprecated syntax (deprecated functions like
__fish_git_prompt, deprecated variables like$_,
deprecated history flags like--search). - Inspections for unused local variables.
- Run configurations to execute Fish scripts directly from the IDE.
v0.1.0
Added
- Initial Fish shell language support.
- Syntax highlighting for Fish shell scripts.
- File type detection for
.fishextension. - Shebang detection (
#!/usr/bin/env fish,#!/usr/bin/fish). - Comment and uncomment support via
Ctrl+/orCmd+/. - Brace matching for parentheses, braces, and brackets.
- Customizable color schemes via
Settings > Editor > Color Scheme > Fish. - Support for Fish syntax elements including keywords (
if,for,function, etc.), variables ($var,
$var[index]), strings (single and double quoted with escape sequences), comments, operators (&&,||,|,&),
redirections (>,>>,<,2>,&>), and command substitution with parentheses. - Code formatting via
fish_indentwhen available on the system. - Inspections for deprecated syntax (deprecated functions like
__fish_git_prompt, deprecated variables like$_,
deprecated history flags like--search). - Inspections for unused local variables.
- Run configurations to execute Fish scripts directly from the IDE.