Conrad Irwin
1fccda7b8d
Add text objects to extensions ( #21488 )
...
Release Notes:
- Adds textobject support to erlang, haskell, lua, php, prisma, proto,
toml, and zig
2024-12-03 13:56:25 -07:00
Marshall Bowers
340a1d145e
haskell: Bump to v0.1.1 ( #16228 )
...
This PR bumps the Haskell extension to v0.1.1.
Changes:
- https://github.com/zed-industries/zed/pull/13268
- https://github.com/zed-industries/zed/pull/15998
Release Notes:
- N/A
2024-08-14 11:57:47 -04:00
Pocæus
acc9648753
haskell: Update author name ( #13268 )
...
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
I updated my Github username, and some bot is now parked at the old
username. I figured I should open a PR to update this.
Referring to the PRs (which show _this_ updated username):
https://github.com/zed-industries/zed/pull/6786 ,
https://github.com/zed-industries/zed/pull/6995 ,
https://github.com/zed-industries/zed/pull/7331 .
Release Notes:
- N/A
2024-06-19 10:28:49 -04:00
Marshall Bowers
195f9d9b24
haskell: Bump to v0.1.0 ( #10378 )
...
This PR bumps the Haskell extension to v0.1.0.
This version of the Haskell extension brings improved labels for
symbols:
<img width="569" alt="Screenshot 2024-04-10 at 3 38 01 PM"
src="https://github.com/zed-industries/zed/assets/1486634/759fa52f-7b85-4395-abfd-070138201162 ">
Release Notes:
- N/A
2024-04-10 15:42:46 -04:00
Marshall Bowers
90cf73b746
Update extension descriptions ( #9939 )
...
This PR updates the descriptions of some of the extensions to match the
others.
Release Notes:
- N/A
2024-03-28 17:14:55 -04:00
Marshall Bowers
1d6792b17d
Extract Haskell support into an extension ( #9814 )
...
This PR extracts Haskell support into an extension and removes the
built-in Haskell support from Zed.
I tested out the extension locally in a Nix shell using `nix-shell -p
ghc haskell-language-server` to confirm the language server still
operated as expected:
<img width="341" alt="Screenshot 2024-03-26 at 11 26 26 AM"
src="https://github.com/zed-industries/zed/assets/1486634/df16fd38-4046-4a45-ac9f-c2b85bffe5c0 ">
Release Notes:
- Removed built-in support for Haskell, in favor of making it available
as an extension. The Haskell extension will be suggested for download
when you open a `.hs` file.
2024-03-26 11:41:41 -04:00