Files
oak-gpui/extensions/astro/languages/astro/brackets.scm
T
Marshall Bowers 3676ca879b Extract Astro support into an extension (#9835)
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.
2024-03-26 18:50:08 -04:00

4 lines
71 B
Scheme

("{" @open "}" @close)
("<" @open ">" @close)
("\"" @open "\"" @close)