elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
249 stars 25 forks source link

Tree-sitter playground is broken #74

Closed mwhitworth closed 1 month ago

mwhitworth commented 1 month ago

https://elixir-lang.org/tree-sitter-elixir/ appears to be broken, navigating to the URL produces no output by default. currentFieldName is an attribute rather than a function now.

It's tricky to try to work out the source of tree-sitter.js and how this file varies with the (ever-evolving) tree-sitter API.

Screenshot 2024-10-18 at 12 08 11
jonatanklosko commented 1 month ago

@mwhitworth thanks for the report, fixed :)