erlang-bblm icon indicating copy to clipboard operation
erlang-bblm copied to clipboard

Not recognized in BBEdit anymore?

Open Patronics opened this issue 2 years ago • 2 comments

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.

Patronics avatar Sep 11 '23 02:09 Patronics

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

Erlang.bblm.zip

pguyot avatar Sep 11 '23 06:09 pguyot

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.

Patronics avatar Sep 11 '23 21:09 Patronics