tree-sitter-langs
tree-sitter-langs copied to clipboard
Language bundle for Emacs's tree-sitter package
The mode is called `agda2-mode` (see https://agda.readthedocs.io/en/latest/tools/emacs-mode.html).
Add a [highlights.scm](https://github.com/emacs-tree-sitter/tree-sitter-langs/blob/master/queries/ruby/highlights.scm) like ruby is enough, right? thank you.
Every time I get an update it overwrites the custom highlights schemes I've added in spacemacs. I'd like to avoid this by just adding these highlights to the repo, but...
The https://github.com/tree-sitter/tree-sitter-swift repository's README says the repo is abandoned and one should use https://github.com/alex-pinkus/tree-sitter-swift instead. This PR changes the repository reference to match. `script/compile` and `script/test` is working 👍 Edit:...
Poke. Also, the julia tree sitter submodule could do with an update. _Originally posted by @tecosaur in https://github.com/emacs-tree-sitter/tree-sitter-langs/issues/40#issuecomment-1177846000_
This allows to choose the correct grammar when the same major mode is used for different kind of files. Namely, in OCaml, .ml and .mli files are both handled by...
Update the PHP repo, and update the highlights to reflect changes. I'm not entirely sure that this will resolve the issues I've observed with PHP and tree-sitter in Emacs. However...