-
I want to generate a source map when compiling my C code that includes all the source files in the source map file itself instead of having to serve all the source code files alongside the source map …
-
`TSPlayground` doesn't show anything for my `jdummy` language which is a JSON duplicate.
I created this dummy language by copying the JSON grammar and changing its name to `jdummy` in its `grammar.js…
-
Can you please add support for dynamically loading (any) grammar libraries at runtime? The current approach of vendoring every existing grammar and linking them in build-time is not scalable and not c…
-
Hi I have a highliting issue on a system-verilog file while using tree-sitter on neovim.
These are my system-verilog lines of code:
![image](https://user-images.githubusercontent.com/50401154/21534…
-
The work-in-progress tree-sitter grammar for the D programming language that I am working on currently has [198 conflicts](https://github.com/cybershadow/tree-sitter-d/blob/master/grammar.js#L23-L270)…
-
Compilation is really slow
```bash
tree-sitter build --wasm --output gitcommit.wasm --reuse-allocator
```
-
Most importantly, this would allow M1 macOS users to use the package, without waiting for us to set up all the CI infrastructure (#88). It's also necessary for users who want increased control over th…
-
The following ruby code causes an extraction error when parsed.
```ruby
def foo() = raise NotImplementedError
```
The parse tree looks as follows in the [tree-sitter playground](https://tree-sitter.…
-
After enabling tree-sitter-hl-mode, the latency of typing and cursor movement is taking a big noticable hit. My impression before installing emacs-tree-sitter was that the latency is acutally going do…
-
The current installation system is alright, as no updates to deps have been pushed yet.
Looking ahead, it's obviously quite improbable that we will never have to push updates to parsers and tree-si…