porcupine icon indicating copy to clipboard operation
porcupine copied to clipboard

macos arm64

Open Akuli opened this issue 2 years ago • 2 comments

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.

Akuli avatar Aug 24 '22 12:08 Akuli

I fixed py-tree-sitter-builds, but still waiting for py-tree-sitter-languages support.

Akuli avatar Aug 27 '22 13:08 Akuli

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.

Akuli avatar Oct 03 '22 16:10 Akuli

Fixed in #1260.

Akuli avatar Mar 20 '23 11:03 Akuli