-
`SyntaxEditor` should handle transform any node in an edit that reference the original syntax tree into their mutable equivalents, but seems like I forgot this case for the new nodes in replace edits …
-
I am on 4.0.2 and scala 3.5.2-RC2.
I have a tree defined with multiple sealed trait and case class. All sealed traits have `derives ReadWriter`
Today I introduced 3 more sealed traits to describe a …
-
With irmin 3.9.0, checkseum 5.1.0 and optint 3.0, I got a corrupted git repo
```
open! Lwt_result.Syntax
module Store = Irmin_git_unix.FS.KV (Irmin.Contents.String)
module Sync = Irmin.Sync.Make (…
-
To reproduce, create a file `bots/foo.bt`:
```
#include "bots/non_existing_file.bt"
```
Then enter the command `/bot add * h 5 foo`.
The game crashes soon after printing this warning:
``…
-
-
Hi,
I just wanted to post what I've been working on. The code is pretty rough right now since I'm trying to get a very simple working example implemented. Later, that can be expanded to expose more T…
-
Not all metamath term constructors take their arguments in source order. An important example is `wal $p A. x ph $.`, which has `x` before `ph` in source order but because `wph $f wff ph $.` is declar…
-
### Check for existing issues
- [X] Completed
### Describe the feature
For C and C++ code, Emacs has an EDE mode that has an option to Decorate Tags. With that option enabled each function, struct,…
-
I start thinking for along time about having tree-sitter for earthlyfile, but i dont have time to tackle this.
The benefit of it is we can unify syntax highlighting across editors (vim, emacs, heli…
-
## Description
`generateFromSnapshot` function in `src/syntax/tree/syntaxTree.ts` generates the syntax tree from a snapshot. However, there is no construct to validate the input snapshot.
Also, …