Full AST based syntax highlighting

This commit is contained in:
Mia
2026-03-09 00:52:28 +01:00
parent 45fd421e19
commit 63890e46d9
16 changed files with 1240 additions and 851 deletions
+5
View File
@@ -8,3 +8,8 @@ arcstr = "1.2.0"
derive_more = { version = "2.1.0", features = ["deref", "debug", "display"] }
indexmap = "2.13.0"
peg = "0.8.5"
rangemap = "1.7.1"
ropey = { version = "1.6.1", optional = true }
[features]
rope = ["dep:ropey"]