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

hi, i am trying to use tree-sitter with emacs 27.1 on macos 10.14. however, executing `tree-sitter-hl-mode` gives me the following error: ``` let: Language load failed: "dlopen(/Users/ahihi/.emacs.d/elpa/tree-sitter-langs-20230128.1459/bin/python.dylib, 5): no suitable...

I have noticed that the function tree-sitter-langs--init-major-mode-alist iterates through a list of major mode-language pairs and adds them to the tree-sitter-major-mode-language-alist list. I believe that for improved performance, it would...

commit e447e2224217afc39601edcd55936389afaeb9a8 broke multiline python highlighting shown all triple quoted strings as docstring. I've make this little changes at it's fixed problem on my side: ```diff queries/python/highlights.scm @@ -164,7 +164,7...

Emacs 29 will come with built-in support for tree-sitter, but doesn't seem to ship any grammar binaries, not even those needed by the provided major modes (e.g., `typescript-ts-mode`). `tree-sitter-langs` would...

I cloned tree-sitter-langs and added [tree-sitter-scheme](https://github.com/6cdh/tree-sitter-scheme) git submodule. I then run `scripts/compile scheme`, and get what seems successful result. Still, I don't see the scheme grammar inside bin/ or inside...

A [new major mode](https://github.com/iwahbe/jsonian) for editing JSON files has been released recently. Trying to enable tree-sitter-hl-mode there results in an error message: ```` tree-sitter--setup: No language registered for major mode...

Any thought about adding syntax for MATLAB and octave languages. EDIT: after searching I found a repo that implement MATLAB and can be included in the emacs-tree-sitter-langs package MATLAB ==>...

Hi! I'm trying to visualize some quarto files, which are basically markdown with some R or python chunks to execute data analysis. The problem is if I display the same...

question