tree-sitter-langs
tree-sitter-langs copied to clipboard
Language bundle for Emacs's tree-sitter package
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. 
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
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...