[filename if not stdin];linenum;startcol;endcol: text
e.g. (numbers made up)
$ cat tests/langs/typst/base.typ | c run -- -j --typ text --typ strings
[...snip...]
62;12;13: In case you missed it, there's a recording on
62;58;62: "http://purview.edu/lts/2023-lee"
TODO:
richer Typst support, WIP at https://github.com/alexpovel/srgn/tree/typst
make it useful with type checking (
aspell), for which thetextnode type seems most usefulwhich requires piping into aspell, for which srgn currently doesn't have good support. Probably needs refactoring the crappy
applyfunction:srgn/src/main.rs
Line 568 in 9238fc1
so its output is something like (command run on commit 47be5f0)
e.g. (numbers made up)
i.e., it doesn't print non-
textnodes such as#link(, as it currently does:cc @ju6ge