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
Syntax highlighting (parser.wasm + highlights.scm) is now bundled in
Athas core and served from the CDN by convention. Extensions no longer
need to declare capabilities.grammar — the editor falls back to
CDN paths automatically. This simplifies extensions to only declare
tooling capabilities (LSP, formatter, linter). Updated docs, build
script, and regenerated catalog files.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-53Lines changed: 10 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
1
# Contributing Extensions
2
2
3
-
This repository contains extensions for the [Athas](https://athas.dev) editor. Extensions can provide language support (syntax highlighting, LSP, formatting, linting), themes, icon themes, snippets, keymaps, and more.
3
+
This repository contains extensions for the [Athas](https://athas.dev) editor. Extensions can provide language tooling support (LSP, formatting, linting, snippets), themes, icon themes, keymaps, and more.
4
+
5
+
Syntax highlighting is bundled in Athas core and is not managed by these extensions.
0 commit comments