-
It would be great to be able to use Roslyn to search for code patterns within Visual Studio. Kind of like what is possible in the Find / Find in Files dialog using regular expressions, but instead usi…
-
Hi
Been working with Smarty for almost 12 years now. Somehow syntax highlighting has always been a problem. Recently when working with neovim and tree-sitter.
Is there any recommended and updat…
-
**Is your feature request related to a problem? Please describe.**
Yes. I have a project that uses very little in the way of built-ins. It's largely types with generic parameters like `FingerTree v a…
-
Hi! I'm looking on how to get json (or it's part) parsed into a valid Json Value. Either it is an json object or json array or any other valid type.
I know today I can refer an `Object` type and pa…
-
## Compiler version
https://github.com/scala/scala3/commit/bed0e86180b8e1d83547e99a8ac28efe13cca6c6
## Minimized code
```scala
class AnyVal
class Foo extends AnyVal
```
## Output
Dur…
-
Great library, thanks so much for your work! I really appreciate e.g. how you've translated exceptions in a way that lets you easily access the line and column number of a Starlark error 👌.
Does Star…
-
It'd be suuuuper cool if we could break text down into syntax trees. Might need a grammar for the english language; not sure if that exists freely yet.
Also, not sure how to expose this in text over …
-
-
One idea is to add tree syntax as a way of making it simpler to create structured data.
```
ancient_egypt {
early_dynastic_period,
old_kingdom_era,
}
```
This is the same as:
```
(e…
-
### Problem
The Makefile created by `tree-sitter generate` does nothing with the `queries/*.scm` files. However, my understanding is that these files are likely to be wanted for common use-cases suc…