Search Criteria
Package Details: tree-sitter-typst-git v0.11.0.r3.g3924cb9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tree-sitter-typst-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tree-sitter-typst-git |
| Description: | Typst grammar for tree-sitter |
| Upstream URL: | https://github.com/uben0/tree-sitter-typst |
| Licenses: | MIT |
| Groups: | tree-sitter-grammars |
| Provides: | libtree-sitter-typst.so |
| Submitter: | usao |
| Maintainer: | usao |
| Last Packager: | usao |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-10-04 15:15 (UTC) |
| Last Updated: | 2024-05-13 04:07 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- tree-sitter-cli (tree-sitter-cli-gitAUR, tree-sitter-cli-github-binAUR) (make)
- tree-sitter (tree-sitter-gitAUR) (optional) – core library
Latest Comments
usao commented on 2024-05-13 04:29 (UTC)
@132ikl Addressed in the updated PKGBUILD.
132ikl commented on 2024-05-10 17:09 (UTC)
Hi, starting with Arch neovim package version 0.9.5-3, the entire
/usr/lib/tree_sitterdirectory is symlinked to/usr/share/nvim/runtime/parser. This change causes conflicts between tree-sitter-typst-git and the neovim package, as tree-sitter-typst-git still treats/usr/share/nvim/runtime/parseras a folder rather than a symlink. Therefore,libtree-sitter-typst.soshould be symlinked to/usr/lib/tree_sitterrather than directly to/usr/share/nvim/runtime/parser. Here a is a patch which fixes this:jb53 commented on 2023-11-28 02:03 (UTC)
Yes it builds now, thanks!
usao commented on 2023-11-28 01:15 (UTC)
@jb53 Can you confirm that it builds now? I must have missed the dependency because I have it installed (from Neovim I suppose). That’s guilty of me for copying PKGBUILD from other AUR packages.
jb53 commented on 2023-11-27 23:44 (UTC)
This package doesn't build.