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

Language bundle for Emacs's tree-sitter package

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

The azure CI has started failing consistently for the past few months. I was able to track it down to https://github.com/cask/cask/issues/574 and the corresponding fix in https://github.com/dickmao/cask/commit/5ec33900007de6c66f9fc2ced986da709f241bd3. I have a...

Bumping java grammar to latest primarily for https://github.com/tree-sitter/tree-sitter-java/commit/a24ae7d16de3517bff243a87d087d0b4877a65c5 ref: https://github.com/meain/evil-textobj-tree-sitter/issues/54

Just little edit to improve Haskell support.

Add support for latex using [this](https://github.com/latex-lsp/tree-sitter-latex) grammar. Still working on the queries.

Verilog is supported by tree-sitter, but the mode is missing from "tree-sitter-langs--init-major-mode-alist" listing.

It looks like there is already a grammar [here](https://github.com/latex-lsp/tree-sitter-latex).

As per the heading. The repo for `tree-sitter` in `R` can be found here: https://github.com/r-lib/tree-sitter-r

add heex binary to project or update how to build section in readme

These changes update tree-sitter-elixir to the latest commit and add syntax highlight query. The query copied from upstream repo plus some modification to make it work on this package.