zed/extensions/html
Piotr Osiewicz 0b8c1680fb
html: Add support for autoclosing of tags (#11761)
Fixes #5267 
TODO:
- [x] Publish our fork of vscode-langservers-extracted on GH and wire
that through as a language server of choice for HTML extension.
- [x] Figure out how to prevent edits made by remote participants from
moving the cursor of a host.

Release Notes:

- Added support for autoclosing of HTML tags in local projects.
2024-05-20 17:00:27 +02:00
..
languages/html html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
src html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
Cargo.toml html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
extension.toml html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
LICENSE-APACHE