tree-sitter-langs
tree-sitter-langs copied to clipboard
Language bundle for Emacs's tree-sitter package
Is is possible to have tree-sitter-verilog added to this package? https://github.com/tree-sitter/tree-sitter-verilog
This `highlights.scm` works but it didn't apply the highlighting with `tree-sitter-hl-mode`. 😕 (No error, no warning) Parser seems to work correctly: ```elm -- This is a single line comment. {-...
I noticed that emacs-tree-sitter installs tree-sitter support for OCaml, but tree-sitter-langs doesn't contain a correponding highlights.scm file. Simply copying the one from tree-sitter/tree-sitter-ocaml seems to work well though, so --...
When installing package on Windows: Msys2 Emacs
Some git commands don't work correctly if submodules aren't initialized. For example: ``` $ git clone --recurse-submodules https://github.com/ubolonton/tree-sitter-langs $ cd tree-sitter-langs $ git reset --hard fatal: not a git repository:...
This is just a request for adding dart grammar to tree sitter. Thanks.
Seems like there is a parser for [yaml](https://github.com/ikatyang/tree-sitter-yaml) available. I was thinking if it is possible to add support for it. Thank you.
I've installed the tree-sitter and tree-sitter-lang package and still when turning on `M-x tree-sitter-hl-mode` it says no language registered for major mode `c-mode`. The variable `tree-sitter-major-mode-language-alisht` is also nil.
I notice that tree-sitter does not correctly highlight all the builtins from other shells, namely zsh in my case. After some investigation I found that it uses the tree-sitter-bash parser,...
Hi! Would it be possible to add GraphQL as a language that's bundled with emacs-tree-sitter? https://github.com/bkegley/tree-sitter-graphql is used by nvim-treesitter, so that should be OK. If you write a small...