grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

Add free/fixed form fortran #25

Closed ZedThree closed 8 months ago

grantjenks commented 10 months ago

There’s a change needed in the tests dir as well. Add the language names to the LANGUAGES list.

ZedThree commented 10 months ago

Thanks, didn't spot that! Fixed!

ZedThree commented 10 months ago

Looks like the error is:

E       AttributeError: /tmp/tmp.yFU9LjP3Hq/venv/lib/python3.6/site-packages/tree_sitter_languages/languages.so: undefined symbol: tree_sitter_fixed-form-fortran

I guess the language name should be fixed_form_fortran?

grantjenks commented 10 months ago

🤷‍♂️ you could try that