-
-
Currently, [rule groups](https://github.com/IndianBoy42/tree-sitter-just) are not supported and even produce a parse error, — breaking any highlighting based on it.
Example:
```just
[group('pyt…
-
### Description
I don't know if this is happening to everyone but when I write `/* .. */` in a code block, everything after that turns to pink (See the screenshot).
![screen shot 2016-05-23 at 3 48 …
-
![image](https://user-images.githubusercontent.com/103882/180650246-5f6947a6-17d1-49d5-a802-91b417f79d45.png)
I guess it should either do nothing or highlight the matching `in`. (which is what happ…
-
Things to do:
- [ ] Refine the grammar itself to support everything the TextMate one does (where possible; injections may be out of our control for now)
- [ ] Fix up all the scopes to match the exis…
-
### Problem
I just updated to version 3 today and haven't yet played around with all the options, but I couldn't find something doing what I am asking for in the following. If it already exists, coul…
-
@zargony
I'm working on [`ide-rust`](https://github.com/mehcode/atom-ide-rust/issues) in conjunction with the Atom IDE and Rust Dev Tools movements.
I have some pain points with `language-rust`…
-
In my journey of investigating how tree-sitter works, I've noticed that the queries are duplicated here and at nvim-tresitter repo, and I see that they are not kept in sync.
- https://github.com/nv…
-
> Hi @countvajhula, I'm planning to quickly write up issues I've noticed with the latest symex update. If you would rather wait until I have more time to do a proper "bug report", let me know!
Curr…
-
Looking at `HighlightingKind`, clangd's semantic highlighting seems to be missing a lot of basic tokens (e.g. strings, numbers, operators). Because of that, highlighting based on this alone looks very…