pguyot / erlang-bblm

Erlang Language Module for BBEdit
16 stars 0 forks source link

Not recognized in BBEdit anymore? #2

Open Patronics opened 1 year ago

Patronics commented 1 year ago

Opening this module with BBEdit 14.6.7 (Mac App Store Build) simply opens it as an editor window, and manually putting it in the language modules folder seems to have no effect (even after relaunching BBEdit, and all other language modules installed there are recognized properly.

I even tried putting the info.plist file within the package at the top level since my other modules are plist files rather than .bblm, but that didn't work either.

pguyot commented 1 year ago

Are you using an arm64 machine? If so, please try attached binary. You may need to do xattr -cr Erlang.bblm.

Erlang.bblm.zip

Patronics commented 1 year ago

Are you using an arm64 machine? If so, please try attached binary. You may need to do xattr -cr Erlang.bblm.

Erlang.bblm.zip

That fixed it, thanks! And yeah, I did need to run the xattr -cr Erlang.bblm command.