porcupine
porcupine copied to clipboard
macos arm64
Currently the tree-sitter highlighter doesn't work on new Macs with arm processors, for two reasons:
- py-tree-sitter-languages doesn't support it
- https://github.com/Akuli/py-tree-sitter-builds/ doesn't support it
You can still use Porcupine if you use a Python made for x86_64. It will automatically run under an emulator and everything should work.
I fixed py-tree-sitter-builds, but still waiting for py-tree-sitter-languages support.
It has been supported in py-tree-sitter-languages for a while now, waiting for me to do a new release of py-tree-sitter-builds.
Fixed in #1260.