aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/architecture.md b/doc/architecture.md
index 743e9a75..13cdab5e 100644
--- a/doc/architecture.md
+++ b/doc/architecture.md
@@ -1,4 +1,13 @@
+| Crate | Description |
+| ----------- | ----------- |
+| helix-core | Core editing primitives, functional. |
+| helix-syntax | Tree-sitter grammars |
+| helix-lsp | Language server client |
+| helix-view | UI abstractions for use in backends, imperative shell. |
+| helix-term | Terminal UI |
+| helix-tui | TUI primitives, forked from tui-rs, inspired by Cursive |
+
# Notes
- server-client architecture via gRPC, UI separate from core