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

This is a work in progress for the moment but should be complete soonish [](https://github.com/hlissner/doom-emacs/pull/5401)

CC @casouri I wanted to use tree-sitter-langs packaged grammars and queries with treesit in Emacs core. I'm not expecting these bunch of hacks to be accepted, it's more of a...

I did mess a lot with the queries until I reached feature-parity with the Python queries, by eye at least. ![image](https://user-images.githubusercontent.com/40410676/176587691-8d5cb5ac-2a61-4878-9b61-bbfd9c919690.png)

add tree-sitter-r from https://github.com/r-lib/tree-sitter-r Signed-off-by: Shuguang Sun

https://github.com/ikatyang/tree-sitter-yaml This adds yaml grammar (no highlights).

Hi, thank for working on the tree-sitter related-modules for Emacs, I've added the following for Solidity: - grammar - highlighting - association with the major mode `solidity-mode` - updated `CHANGELOG.md`...

Super simple PR, just added the `goto` keyword to the keyword array in the C language highlight.scm queries file.

Looks like this repo is the one that is undergoing active development, maybe switch to this one? https://github.com/alex-pinkus/tree-sitter-swift

help wanted

Currently, to run on FreeBSD you need to: install cask, npm and cargo. launch: cargo install tree-sitter-cli For npm, as the tgz doesn't exist for the moment you have to...