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

feat: rewrite the scanner in C #56

Closed amaanq closed 1 year ago

jonatanklosko commented 1 year ago

Hey @amaanq, thanks for the PR :) I think there are a couple other places to adjust with relation to bindings (ref), can you also please adjust those?

(FTR why we switch https://github.com/tree-sitter/tree-sitter-cpp/pull/209)

amaanq commented 1 year ago

Hey @amaanq, thanks for the PR :) I think there are a couple other places to adjust with relation to bindings (ref), can you also please adjust those?

(FTR why we switch tree-sitter/tree-sitter-cpp#209)

done

amaanq commented 1 year ago

Forgot to add the .clang-format file :see_no_evil:

amaanq commented 1 year ago

thank you too!