You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so its output is something like (command run on commit 47be5f0)
[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 on62;58;62: "http://purview.edu/lts/2023-lee"
i.e., it doesn't print non-text nodes such as #link(, as it currently does:
TODO:
richer Typst support, WIP at https://github.com/alexpovel/srgn/tree/typst
make it useful with type checking (
aspell
), for which thetext
node type seems most usefulwhich requires piping into aspell, for which srgn currently doesn't have good support. Probably needs refactoring the crappy
apply
function: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-
text
nodes such as#link(
, as it currently does:cc @ju6ge
The text was updated successfully, but these errors were encountered: