aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
ci/slimtest(lint): bump luals to 3.17.1Christian Clason6 weeks
docs/contribdocs(contributing): inclusion criteriaChristian Clason7 weeks
feat/emmyluaci: migrate to emmylualsChristian Clason41 hours
feat/warnfeat(install): warn on unsupported parsersChristian Clason2 months
fix/luafix(lua): re-add missing assignment operatorChristian Clason2 months
mainfix(filetype): don't register `c-sharp`Christian Clason19 hours
masterdocs(readme)!: announce archiving of master branchChristian Clason9 months
test/inittest(init): remove upstreamed Nickel ft detectionChristian Clason8 weeks
update-parsers-tier-1bot(parsers): update wit, zshnvim-treesitter-bot[bot]22 hours
update-parsers-tier-2bot(parsers): update blade, elixir, gitcommit, groovy, idl, javadoc, kotlin, ...nvim-treesitter-bot[bot]22 hours
[...]
 
TagDownloadAuthorAge
v0.10.0nvim-treesitter-0.10.0.tar  nvim-treesitter-0.10.0.tar.gz  nvim-treesitter-0.10.0.tar.bz2  nvim-treesitter-0.10.0.tar.lz  nvim-treesitter-0.10.0.tar.xz  nvim-treesitter-0.10.0.tar.zst  nvim-treesitter-0.10.0.zip  Christian Clason9 months
v0.9.3nvim-treesitter-0.9.3.tar  nvim-treesitter-0.9.3.tar.gz  nvim-treesitter-0.9.3.tar.bz2  nvim-treesitter-0.9.3.tar.lz  nvim-treesitter-0.9.3.tar.xz  nvim-treesitter-0.9.3.tar.zst  nvim-treesitter-0.9.3.zip  Christian Clason16 months
v0.9.2nvim-treesitter-0.9.2.tar  nvim-treesitter-0.9.2.tar.gz  nvim-treesitter-0.9.2.tar.bz2  nvim-treesitter-0.9.2.tar.lz  nvim-treesitter-0.9.2.tar.xz  nvim-treesitter-0.9.2.tar.zst  nvim-treesitter-0.9.2.zip  Christian Clason2 years
v0.9.1nvim-treesitter-0.9.1.tar  nvim-treesitter-0.9.1.tar.gz  nvim-treesitter-0.9.1.tar.bz2  nvim-treesitter-0.9.1.tar.lz  nvim-treesitter-0.9.1.tar.xz  nvim-treesitter-0.9.1.tar.zst  nvim-treesitter-0.9.1.zip  Christian Clason3 years
v0.9.0nvim-treesitter-0.9.0.tar  nvim-treesitter-0.9.0.tar.gz  nvim-treesitter-0.9.0.tar.bz2  nvim-treesitter-0.9.0.tar.lz  nvim-treesitter-0.9.0.tar.xz  nvim-treesitter-0.9.0.tar.zst  nvim-treesitter-0.9.0.zip  GitHub3 years
v0.8.5.2nvim-treesitter-0.8.5.2.tar  nvim-treesitter-0.8.5.2.tar.gz  nvim-treesitter-0.8.5.2.tar.bz2  nvim-treesitter-0.8.5.2.tar.lz  nvim-treesitter-0.8.5.2.tar.xz  nvim-treesitter-0.8.5.2.tar.zst  nvim-treesitter-0.8.5.2.zip  Matthieu Coudron3 years
v0.8.5.1nvim-treesitter-0.8.5.1.tar  nvim-treesitter-0.8.5.1.tar.gz  nvim-treesitter-0.8.5.1.tar.bz2  nvim-treesitter-0.8.5.1.tar.lz  nvim-treesitter-0.8.5.1.tar.xz  nvim-treesitter-0.8.5.1.tar.zst  nvim-treesitter-0.8.5.1.zip  Matthieu Coudron3 years
v0.8.5nvim-treesitter-0.8.5.tar  nvim-treesitter-0.8.5.tar.gz  nvim-treesitter-0.8.5.tar.bz2  nvim-treesitter-0.8.5.tar.lz  nvim-treesitter-0.8.5.tar.xz  nvim-treesitter-0.8.5.tar.zst  nvim-treesitter-0.8.5.zip  Amaan Qureshi3 years
v0.8.4nvim-treesitter-0.8.4.tar  nvim-treesitter-0.8.4.tar.gz  nvim-treesitter-0.8.4.tar.bz2  nvim-treesitter-0.8.4.tar.lz  nvim-treesitter-0.8.4.tar.xz  nvim-treesitter-0.8.4.tar.zst  nvim-treesitter-0.8.4.zip  Matthias Queitsch3 years
v0.8.3nvim-treesitter-0.8.3.tar  nvim-treesitter-0.8.3.tar.gz  nvim-treesitter-0.8.3.tar.bz2  nvim-treesitter-0.8.3.tar.lz  nvim-treesitter-0.8.3.tar.xz  nvim-treesitter-0.8.3.tar.zst  nvim-treesitter-0.8.3.zip  GitHub3 years
[...]
 
AgeCommit messageAuthorFilesLines
2026-01-18docs(contributing): inclusion criteriadocs/contribChristian Clason1-15/+15
2026-01-17fix(rust): highlight doc comment markers as @comment.documentationNico Salm1-1/+4
2026-01-17bot(parsers): update bpftrace, desktop, editorconfig, glimmer, javadoc, liqui...nvim-treesitter-bot[bot]1-18/+18
2026-01-16fix(haskell): use grammar for operator detection instead of matchAbbath1-2/+1
2026-01-15fix(haskell): highlighting for operator definition and operator-like construc...Abbath1-2/+4
2026-01-15fix(haskell): syntax highlighting for Haskell lambda expressionsAbbath1-1/+2
2026-01-10bot(parsers): update inkonvim-treesitter-bot[bot]1-1/+1
2026-01-10bot(parsers): update beancount, bpftrace, c3, fortran, gleam, lua, mlir, sqlnvim-treesitter-bot[bot]1-8/+8
2026-01-08test(init): remove upstreamed Nickel ft detectionChristian Clason1-1/+0
2026-01-08fix(usd): misc punctuation highlightsRiley Bruins2-0/+4
[...]
 
Clone
https://git.sudomsg.com/mirror/nvim-treesitter
git://git.sudomsg.com/mirror/nvim-treesitter