Rien

Results 128 comments of Rien

Hi @nachiket, thanks for your suggestion! There is an official verilog parser available, so this is definitely possible. We'll put it in our schedule and will let you know when...

@rhz1949 working on that right now. If everything goes well, support for Go and Rust will be added in the new release I will make today.

@kudhru yes, there seems to be an official Ocaml parser (https://github.com/tree-sitter/tree-sitter-ocaml). It seems they provide three parsers: for implementations (.ml) interfaces (.mli) and types. Will it work for you if...

@benhadid I cannot finds a specific parser for MIPS / RISC-V, but there seems to be a generic [tree-sitter-asm](https://github.com/RubixDev/tree-sitter-asm/) parser, can you check whether this would fit your use-case? You...

Hi @TRISHAHALDER, this issue mostly applies to how releases are made, so unfortunately there is no opportunity for others to contribute here. If you're looking for easy issues, take a...

We have been implementing this lately, so this issue can be closed.

Hi, thanks for reporting the issue and looking for possible fixes 🙂 The error you are getting is while building `tree-sitter` (we should not depend on electron). So I think...

It is indeed an issue with `tree-sitter` not supporting Node 19. There is a PR with a fix in the making over at tree-sitter (https://github.com/tree-sitter/node-tree-sitter/pull/127). Once that lands, we can...

From usability tests, we noticed that users were more likely to click on higher items in the navigation panel. Since the pairs listing is the most complex to interpret, we...