docs/src/languages/fish.md
Fish language support in Zed is provided by the community-maintained Fish extension. Report issues to: https://github.com/hasit/zed-fish/issues
Zed supports auto-formatting fish code using external tools like fish_indent, which is included with fish.
fish_indent is available in your path and check the version:which fish_indent
fish_indent --version
fish_indent: "languages": {
"Fish": {
"formatter": {
"external": {
"command": "fish_indent"
}
}
}
},