You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are bounties on this because the problem is that we lack an Astro grammar in the first place in codemirror official packages (where Vue support comes from) or Replit packages (where Svelte come from):
So it seems that these packages rely on a simple grammar describing the language: it must exist in Astro VS code extension/language server, not sure about the formats though.
Is your feature request related to a problem?
*.astro
files are displayed without any syntax highlighting in the CodeMirror editor. https://astropatterns-dev.vercel.appDescribe the solution you'd like.
Add syntax highlight similar to:
Describe alternatives you've considered.
Additional context
Split from #144.
The text was updated successfully, but these errors were encountered: