zed/extensions/test-extension
Marshall Bowers 93a3e8bc94
zed_extension_api: Fork new version of extension API (#17795)
This PR forks a new version of the `zed_extension_api` in preparation
for new changes.

Release Notes:

- N/A

---------

Co-authored-by: Max <max@zed.dev>
2024-09-13 10:54:23 -04:00
..
languages/gleam Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
src chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
Cargo.toml zed_extension_api: Fork new version of extension API (#17795) 2024-09-13 10:54:23 -04:00
extension.toml Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
LICENSE-APACHE Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
README.md Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00

Test Extension

This is a test extension that we use in the tests for the extension crate.

Originally based off the Gleam extension.