Search Criteria
Package Details: tree-sitter-css 0.25.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tree-sitter-css.git (read-only, click to copy) |
|---|---|
| Package Base: | tree-sitter-css |
| Description: | CSS grammar for tree-sitter |
| Upstream URL: | https://github.com/tree-sitter/tree-sitter-css |
| Licenses: | MIT |
| Groups: | tree-sitter-grammars |
| Provides: | libtree-sitter-css.so |
| Submitter: | Chocobo1 |
| Maintainer: | Chocobo1 |
| Last Packager: | Chocobo1 |
| Votes: | 3 |
| Popularity: | 1.10 |
| First Submitted: | 2025-03-06 11:10 (UTC) |
| Last Updated: | 2026-01-03 17:52 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- tree-sitter-cli (tree-sitter-cli-gitAUR, tree-sitter-cli-github-binAUR) (make)
Required by (1)
- neovim-tree-sitter-git (optional)
Latest Comments
Chocobo1 commented on 2026-01-03 17:32 (UTC) (edited on 2026-01-03 17:37 (UTC) by Chocobo1)
I see, thanks!
Just recording what I've found...
I looked around since I find it strange that many
tree-sitter-*libraries are installing to/usr/lib/libtree-sitter-*.soby default, yet users are expecting it find it under/usr/lib/tree_sitter/.It seems it comes from this bold assumption: https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/blob/390a730f1f0e85d48b3e49c69421cc7baeb3e00d/PKGBUILD#L74-76
And its parent commit: https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/merge_requests/3
Guess I have no choice but to comply with their decision...
zefr0x commented on 2026-01-03 15:10 (UTC) (edited on 2026-01-03 15:19 (UTC) by zefr0x)
The official Arch
Extrarepo tree-sitter packages, liketree-sitter-c,tree-sitter-lua,tree-sitter-python, and etc.Like this one: https://gitlab.archlinux.org/archlinux/packaging/packages/tree-sitter-python/-/blob/6fd85bcd0eed15fac8f7807c8ba86e7f866d471c/PKGBUILD#L42-43
Currently in Neovim I need to manually have
/usr/lib/libtree-sitter-css.soin the runtime path some way or another; however, when its available under/usr/lib/tree_sitter/it will be loaded automaticity when needed.Chocobo1 commented on 2026-01-03 08:26 (UTC)
Please report to upstream.
What "official repo"?
zefr0x commented on 2026-01-02 23:17 (UTC)
There should be:
So it is available under
/usr/lib/tree_sitter/. As done for ones shipped in the official repo.