Dotneteer / kliveide

Versatile emulator and developer environment for all Sinclair machines, provided as Electron application using React and TypeScript
MIT License
95 stars 9 forks source link

Support for files with other extensions #768

Closed marco-leal-zx closed 2 months ago

marco-leal-zx commented 3 months ago

Is it possible to re-add support for files with other types of extensions? I tried adding the below to the project file but no luck.

"ide": { "languages": { "kz80-asm": ".z80.asm|.z80asm|.asm" } }

Dotneteer commented 3 months ago

@marco-leal-zx, Thanks for your feedback!

You cannot change the built-in extensions in Klive at the moment. Nonetheless, I have a story about this feature in my backlog. I will pick it up and deliver this feature as soon as possible.

Dotneteer commented 3 months ago

@marco-leal-zx, I have implemented this feature in Klive v0.32.0.

Before using it, please read this article. Also, note that Klive has a new build system, so you may need to update your project.