This commit is contained in:
2026-08-22 15:31:21 +01:00
parent 387ea61efd
commit 1f3b53753a
4 changed files with 4 additions and 18 deletions
+2 -15
View File
@@ -40,21 +40,8 @@ An ed implementation (mostly posix compliant) but with:
- Internal buffer:
- Super fast and memory efficient buffer implementation done.
- Loading from files/subshell commands done.
- Most of the posix ed commands except regex ones done.
### Modules
#### `Vase`
Vase is a avl piece tree like structure which handles loading, insertion, erasure, regex searching, regex replacing etc.
<br/>
done.
#### `hl`
`hl` is a stateful super fast syntax highlighter.
<br/>
mostly done.
- Syntax highlighter and block parser system done.
- All ed addressing modes and block addressing done (also `%`).
#### `lsp`