oliverpool
oliverpool
> I believe something is wrong with your setup. I am using the devShell. rust (and cargo) are not available/configured globally. ``` ~/f►cd typst 15:57 direnv: loading ~/f/typst/.envrc direnv: using...
Other workarounds (seem to work independently): ## Manually activate the `vendor-openssl` feature ```sh cargo run --features vendor-openssl c ../typst-converge-bug/main.typ ``` ## Enable the `vendored` feature of `openssl` in typst-kit https://github.com/typst/typst/blob/a67dc63461c8f702a72d99bb8d8188efac558693/crates/typst-kit/Cargo.toml#L35...
That was quick :smile: I imported your lexer into [chroma](https://github.com/alecthomas/chroma/issues/877) and tested it with the following snippet: ```typst #let song( title: none, title_index: none, singer: none, singer_index: none, references: (),...
(Note: to not pollute this feature request, I opened a discussion dedicated to my specific problem and eventual solutions: #4530)
(currently the main blocker is the apparent lack of interest by the maintainers for this feature)
@philipp-spiess this is the second PR adding this quicksearch-feature which gets dropped because of a website renewal. Each time without the maintainers showing any interest into merging it… So sorry,...