-
### Issue
The included version of tree-sitter doesn't allow C#12 syntax with primary constructors:
```c#
class Foobar(string Name) {
}
```
So lint will keep telling aider that the file i…
-
I've been playing around with the teal-language-server codebase for the past couple of weeks, and I think it's changed _too much_ and is more of a fork at this point... That wasn't really my intention…
-
Here is some python code:
```python
from something.log import logger
from dotenv import load_dotenv
class Thing():
def __init__(self) -> None:
self.hi = "hello"
def method():
…
-
https://github.com/msayers1/tree-sitter-MEDFORD
https://github.com/msayers1/tree-sitter-MEDFORD_docker
This is my initial work with Treesitter with Medford.
-
Back in #44 we added Starlark support, reusing tree-sitter-python since Starlark's grammar is a subset of Python 2's.
Since then, https://github.com/tree-sitter-grammars/tree-sitter-starlark was cr…
-
codebleu/utils.py", line 153, in get_tree_sitter_language
import tree_sitter_c
ModuleNotFoundError: No module named 'tree_sitter_c'
-
@sdankel you might be interested in https://github.com/tree-sitter/workflows, especially https://github.com/tree-sitter/workflows#ci-workflow
_Originally posted by @clason in https://…
-
Your favorite grm-user is back once more! I tried installing tree-sitter, which uses gz/gzip for compression instead of tarballs.
```
$ grm install tree-sitter/tree-sitter
Found release v0.24…
-
I had trouble with getting the treesitter to install. In the source of "https://github.com/tree-sitter/tree-sitter-ocaml" gives 3 locations of a `parser.c`. None of them where in `ocaml/source` and I …
-
### Did you check existing issues?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [X] I have searched the…