elisp-tree-sitter icon indicating copy to clipboard operation
elisp-tree-sitter copied to clipboard

Emacs Lisp bindings for tree-sitter

Results 79 elisp-tree-sitter issues
Sort by recently updated
recently updated
newest added

I'm running emacs from git, and I have tree-sitter-lang installed from MELPA (perhaps I don't need this any longer since emacs has native tree-sitter support now). From `list-packages`: ``` ......

I have a tree-sitter parser that I'm trying to add to emacs-tree-sitter. However, when running `(tree-sitter-require 'rsm)`, I get the following error ("rsm" is the name of my language): ```lisp...

When running emacs from terminal command `(ts-fold-indicators-mode)` hangs my emacs (based on 28.1 version) I realised when I opened a file from terminal and I could not open because I...

Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...

bug

I am not sure if this is my setup or some issue on the doom emacs package but I keep getting a wrong ELF class while using a raspberrypi on...

If I want to enable `tree-sitter-debug-mode` in a R/Python file, I get a blank buffer with this message ``` Tree-Sitter-Debug mode disabled in current buffer ``` How can I debug...

![2023-02-16 08:22:25](https://user-images.githubusercontent.com/106365348/219214912-9caf9251-ca2c-4be8-a89d-af3b65dbf999.png) On the left is emacs. On the right is neovim. Neovim treesitter colors look correct. Emacs treesitter colors look wrong. In particular, the dark blue color in emacs...

unexplored

I'm on CentOS 7.9.2009 and the prebuilt binaries result in a libc compatibility error, so I did: (setq tsc-dyn-get-from `(:compilation)) Then installed from melpa using package-list-packages. I was then able...

When editing a large file and the tree-sitter parser yields a tree with an ERROR node, emacs freezes and, if I don't kill it soon enough, it takes up all...

Using Emacs build from https://github.com/kiennq/emacs-build/releases/download/v29.162.20221017.1251342/emacs-master-x86_64-full.zip Using git bash Git-2.38.1-64-bit.exe When I try to enable treesitter-mode, the language bundle is downloaded into .emacs.d\elpa\tree-sitter-langs-20221122.645\bin\tree-sitter-grammars.x86_64-pc-windows-msvc.v0.12.6.tar.gz Emacs fails with error message internal-macroexpand-for-load: Eager macro-expansion...