tree-sitter-langs icon indicating copy to clipboard operation
tree-sitter-langs copied to clipboard

Language bundle for Emacs's tree-sitter package

Results 140 tree-sitter-langs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I run emacs in a container, sometimes on amd hardware, but most often on an M1 mac. I currently use bespoke code to build langs for the `linux/arm64/v8` target....

The current Zig grammar by maxxnino hasn't been updated in over a year, in which time Zig itself has had two major releases. This PR instead references the grammar by...

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...

The Zig grammar currently refers to maxxnino's repository, which hasn't been updated in over a year; in that time, Zig has had two major releases. There is also [GrayJack](https://github.com/GrayJack/tree-sitter-zig)'s repository,...

Commit 9c3c77d26f36a1539e169bcac8c73ebf916af3b0 changed syntax highlight colors for keys in YAML files. And I'm just curious as to what the underlying reason for this change was. While the old query marked...

Steps to reproduce: 1. Download [0.12.215 for aarch64 darwin](https://github.com/emacs-tree-sitter/tree-sitter-langs/releases/download/0.12.215/tree-sitter-grammars.aarch64-apple-darwin.v0.12.215.tar.gz) 2. untar and objdump on `markdown.dylib` ``` > objdump --syms markdown.dylib | grep _tree_sitter_markdown 0000000000034018 l O __DATA,__data _tree_sitter_markdown_inline.language 0000000000000808 d...