elixir-lang / tree-sitter-elixir

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

Indication of usability #32

Closed KristerV closed 2 years ago

KristerV commented 2 years ago

hey. this seems like a promising project.

do you have any understanding of how far from usable it is currently? I don't even mean a percentage, more like "proof of concept" or "half way done" or "functional with bugs" (assuming it's not "done").

thanks!

josevalim commented 2 years ago

Fully functional and currently used by GitHub itself for syntax highlighting. Perhaps we should add a note of this effect to the README. :)

KristerV commented 2 years ago

the confusion actually comes from being "in development" in https://tree-sitter.github.io/tree-sitter/

I'll test this out and if all works well I'll submit a PR to whatever repo that website is made from.

jonatanklosko commented 2 years ago

Ah, I see! A PR there would definitely be appreciated :)