This PR extracts Astro support into an extension and removes the built-in Astro support from Zed. Release Notes: - Removed built-in support for Astro, in favor of making it available as an extension. The Astro extension will be suggested for download when you open a `.astro` file.
4 lines
71 B
Scheme
4 lines
71 B
Scheme
("{" @open "}" @close)
|
|
("<" @open ">" @close)
|
|
("\"" @open "\"" @close)
|