-
I have installed the plugin, but it does not work.
![image](https://github.com/user-attachments/assets/d006ead6-dbab-48f6-9095-a6ed3bc01243)
my tree-sitter config:
```
require("nvim-treesitter…
-
## Language name
Keeping "Scheme" should be fine but "Tree-sitter" or "Tree Query" could be used instead.
> Tree-sitter’s syntax highlighting system is based on *tree queries*,
> which are a g…
-
Say I have 5 split views opened and I hit `j` to move down a line in one of them, all split views will re-render and re-highlight their content, making the editor noticeably lagging.
Perhaps we shoul…
-
### Describe the highlighting problem
It seems as though TypeScript grammar is being incorrectly applied onto JavaScript files, strangely, even when the TypeScript grammar isn't even installed (thoug…
-
## Proposal
Cython should have an official Tree-sitter grammar separate from the main repo, with Cython-only syntax rules programmatically appended to Python's Tree-sitter grammar (and thus having …
ghost updated
1 month ago
-
### Related Problem
Because tree-sitter-nu is still WIP there are various errors still in it. The code could still be highlighted even when errors occur (except for the snippest of code affected by…
-
Currently our query precedence order follows the behavior of `tree-sitter-cli` (the `tree-sitter-highlight` crate) and is the reverse of the order followed by Neovim and now Zed. For example with a qu…
-
Whenever I use `chatgpt-shell` I notice the performance of my Emacs slowly degrading and it's memory footprint increasing to amazing sizes.
```
#### System Info :computer:
- OS: darwin
- Emacs: …
-
### Description
The syntax highlighting is a bit lacking. When VSCode added syntax APIs, Ionide used that instead of Regex and it got so much better. Would it be possible to follow the work done he…
-
Hi there!
First off, thanks for the extension! We're using SML at my university and this comes in really handy!
I'd like to point out that `funsig` keyword doesn't seem to be "detected" as such.…