-
It seems the `go.mod` still has the old package name `github.com/tree-sitter/tree-sitter-swift`
```
go: github.com/alex-pinkus/tree-sitter-swift@upgrade (v0.0.0-20241106144109-042041d0ff89) requires…
-
Binary Ninja traceback:
```python3
[Default] Traceback (most recent call last):
[Default] File "/Applications/Binary Ninja.app/Contents/MacOS/plugins/../../Resources/python/binaryninja/plugin.p…
-
With this custom init file:
```elisp
;;; init.el --- Emacs init -*- lexical-binding: t -*-
;;
;; Copyright (c) 2022 mattiasdrp and contributors.
;; Author: mattiasdrp
;; Maintainer: mattia…
-
`tree-sitter` is a direct dependency of Topiary. Each Tree-sitter grammar (e.g., `tree-sitter-json`, `tree-sitter-rust`, etc.) has a transitive dependency on `tree-sitter`. The direct dependency and t…
-
Hugo's existing support for syntax highlighting is good, but using [tree-sitter](https://github.com/tree-sitter/tree-sitter) would be a huge improvement. They have Go bindings for it as well at [go-tr…
-
https://tree-sitter.github.io/tree-sitter/syntax-highlighting#unit-testing
Very poorly documented. Was able to get `tree-sitter test` to find a test file, but it displayed "0 assertions" passed no …
-
There are a few attempts at a tree sitter grammar for Quarto out there but the tend to fall short or are barely usable.
As most major editors now support (sometimes exclusively) tree sitter grammars.…
-
### Have you RTFM'd?
- [X] ~~I have done proper research~~
### Feature Request
Hi there!
A contributor and I've recently added TS Highlighting to the results buffer in my `telescope-egrepi…
-
Hi, first of all I appreciate the effort to provide updated & maintained go bindings for tree-sitter.
Previously I was using https://github.com/smacker/go-tree-sitter which I had to fork to get rid o…
-
We are currently in the process of migrating our parsing backend from the built-in R parser to this tree-sitter implementation and noted a deviation when running our tests:
Hexadecimal floating poi…