renzmann / treesit-auto

Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29
GNU General Public License v3.0
367 stars 28 forks source link

Does it works on Windows? #108

Open jcs090218 opened 1 month ago

jcs090218 commented 1 month ago

I've have tried this package on both macOS and Windows 11.

macOS is working fine, but library doesn't compile on Windows 11. 🤔

renzmann commented 1 month ago

Most of my development for this package happens on Windows. There's nothing really special in treesit-auto.el that would make it platform-specific; it's a fairly minimal amount of pure elisp. We'd need to see an actual command you ran along with its error message to diagnose any bugs you're facing.