Good job on doing this. I found when I looked into this a while back that I ran into similar problems that you did as well. My 2 cents are that 1. NotePad++ is an excellent product without exception. 2. In my years of development experience I've never found one development environment that did it all and that you usually have to go with a combination of tools to get what you want. 3. Having said all that if you want HLASM highlighting go with VsCode and the Broadcom extensions for Hlasm. It does a great job with syntax highlighting, help, and definition support especially if you setup the macro definition support. Best regards, Jeremy
Sent from Yahoo Mail on Android On Sat, Jun 3, 2023 at 13:29, Abe Kornelis<[email protected]> wrote: All, based on the work by Charles Mills I created an updated/extended version including all current instructions according PoP, more macros, more register names, and more file types. It is not perfect, but it does a reasonable job. So I submitted it to the Notepad++ community. They've taken it up in their library/repository at https://github.com/notepad-plus-plus/userDefinedLanguages If you want to give it a try, you can import the definitions from that repository. If there is sufficient 'demand' I'll consider working with the Notepad++ community to improve their formatting options so we get properly highlighted assembler source. Personally I find most annoying that I could not define macro labels as a separate category. Notepad++ is unable to distinguish between the .labels and the .* comments. Also. recognition of comments is inconsistent. Kind regards, Abe === Op 18/05/2023 om 19:33 schreef Janko Kalinic: > https://www.mail-archive.com/[email protected]/msg12525.html > > On Thu, May 18, 2023 at 10:50 AM Schmitt, Michael <[email protected]> > wrote: > >> Is there a language formatting file for Notepad++ for HLASM? >> >> What I found in Google is that there is one but it had no link to download >> it. >>
