jeff-hykin / experimental-tree-sitter

💾 The hub for getting a VS Code Tree Sitter working
MIT License
18 stars 0 forks source link

Abandoned? #23

Open RedCMD opened 4 months ago

RedCMD commented 4 months ago

have you abandoned this repo in favor of deno-tree-sitter?

and btw this is buggy when multiple edits are applied at once as it computes the positions based on the current file contents instead of the prev edited file https://github.com/jeff-hykin/experimental-tree-sitter/blob/24ee84fa6349ae78fad045a6686235d59d71eb22/src/extension.ts#L112-L114

jeff-hykin commented 3 months ago

Deno tree sitter is a different project entirely, its not a vs code extension.

This project is mostly hung up on the decorators API being slow, and the lack of a theme converter. I wouldnt say abandoned, but inactive. I probably would rewrite it from scratch if I resumed work