neurocyte / zat

zat is a syntax highlighting cat like utility using tree-sitter and with support for vscode themes
MIT License
33 stars 3 forks source link

fixed build on Mac m1 #3

Closed abelcha closed 7 months ago

abelcha commented 7 months ago

just a quick fix for m1 arch

Also the hash on tree-sitter dep didn't match, don't know how this could have happened so I didn't include it in the pr

It's crazy i was about to start the same project in zig, bat is so fucking slow.. I'ld be happy to contribute, tell me if you need anything specific. Im starting out on zig but have a strong c/obj c background

neurocyte commented 7 months ago

Thanks!

The hash mismatch issue comes from a ziggy problem in the tree-sitter package. I will pull an update to fix it too.