-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when using non-ascii identifiers in Fennel #30
Comments
Thanks for the report, I'll work up a patch to get it fixed |
Many thanks for your work! Cheers! :) |
I just merged a pretty large re-write, with a fresh install check if you still are getting the parser error |
I don't know how to test this directly, I was only using it indirectly, via https://github.com/nvim-treesitter/nvim-treesitter plugin. Could you please tell me how can I compile it? Keeps complaining it cannot find <tree_sitter/parser.h>. I did download tree-sitter itself, and updated Thank you! |
The new parser is now used by nvim-treesitter. You can update the plugin and then |
It works, errors are all gone now! :) Thank you! :) |
To reproduce:
f.fnl
with content(local ⧔ 42)
Fennel itself can compile the above just fine:
so it is valid code.
The text was updated successfully, but these errors were encountered: