-
Notifications
You must be signed in to change notification settings - Fork 136
Request bump to Typst library #633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Noticed that releases updated but Typst was still set to its submodule pointer of 8 months ago. Poked into the branch for bumping it and it seems like it's failing a continuous integration test. Most of the OS's builds failed due to timeout, but the Windows one failed due to the following:
I don't know exactly how the chore scripting works, but I did clone the |
There are errors; therefore, they cannot be merged. See #365. |
Understandable. I cloned the repo and built locally to get |
Are you sure you use the |
I'm using whatever is built-in to Emacs 29. I've never externally required a tree-sitter package. Like I said, I was able to get the basic stuff working with locally building the library. I don't wholly understand tree-sitter grammar description. The method taken by uben0 and the taken by frozolotl are quite different, though the uben0 might be somewhat more straightforward and debuggable if I have enough time to spend on it. This repository is recommended by Mickey Petersen in his articles discussing tree-sitter (though now that I've figured out how to build a library, I can probably do it to any of them) and meow_king's |
I think the precompiled Typst library is lagging behind the source in
uben0/tree-sitter-typst/
as if I'm reading it correctly, it's pointed at a commit from 8 months ago. Typst 0.11.1 is out now and there was several updates to the language, so the more recent variation is required for using it withtypst-ts-mode
and Emacs. Thanks!The text was updated successfully, but these errors were encountered: