ZIm/extensions
Joseph T. Lyons f6eaa8b00f
Clean up whitespace (#10755)
I saved the `file_types.json` file and got a diff because it had some
trailing whitespace. I ran
[`lineman`](https://github.com/JosephTLyons/lineman) on the codebase.
I've done this before, but this time, I've added in the following
settings to our `.zed` local settings, to make sure every future save
respects our desire to have consistent whitespace formatting.

```json
"remove_trailing_whitespace_on_save": true,
"ensure_final_newline_on_save": true
```

Release Notes:

- N/A
2024-04-23 13:31:21 -04:00
..
astro Extract Astro support into an extension (#9835) 2024-03-26 18:50:08 -04:00
clojure Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
csharp csharp: Bump to v0.0.2 (#10651) 2024-04-16 15:49:16 -04:00
dart dart: Use upstream tree-sitter-dart (#10552) 2024-04-15 17:32:35 -04:00
elm Extract Elm language into an extension (#10432) 2024-04-11 10:23:49 -07:00
emmet emmet: Bump to v0.0.2 (#10426) 2024-04-11 11:56:25 -04:00
erlang Extract Erlang support into an extension (#9974) 2024-03-29 18:03:38 -04:00
gleam gleam: Bump to v0.1.1 (#10648) 2024-04-16 15:21:14 -04:00
glsl glsl: Bump to v0.1.0 (#10734) 2024-04-18 11:57:21 -04:00
haskell haskell: Bump to v0.1.0 (#10378) 2024-04-10 15:42:46 -04:00
html Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
lua Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
ocaml Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
php php: Bump to v0.0.2 (#10480) 2024-04-12 12:19:01 -04:00
prisma prisma: Bump to v0.0.2 (#10689) 2024-04-17 12:40:01 -04:00
purescript Fix typo in PureScript extension's struct name (#9831) 2024-03-26 16:29:55 -04:00
racket Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
scheme Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
svelte Use v0.0.6 of the zed_extension_api for extensions that need it (#10324) 2024-04-09 10:57:26 -04:00
terraform Add bracket queries for HCL, Terraform (#10785) 2024-04-19 10:59:14 -07:00
toml Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
uiua Update extension descriptions (#9939) 2024-03-28 17:14:55 -04:00
vue Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
zig zig: Bump to v0.1.1 (#10645) 2024-04-16 14:05:12 -04:00
.gitignore Provide wasm extensions with APIs needed for using pre-installed LSP binaries (#9085) 2024-03-08 17:18:06 -05:00