Author Topic: Notepad++ and assembler  (Read 976 times)

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Notepad++ and assembler
« Reply #15 on: March 18, 2023, 10:19:32 PM »
I figured it out
Code: [Select]
cls
set masm64=d:\first_folder_on_drive\second_folder_on_drive\...
cd "$(CURRENT_DIRECTORY)"
npp_run  $(MASM64)\hiew32.exe $(NAME_PART).exe

Mikl__

  • Member
  • *****
  • Posts: 1345
Re: Notepad++ and assembler
« Reply #16 on: March 19, 2023, 01:22:50 PM »
Hello everyone!
Question about syntax highlighting in Notepad++. Standard delivery Menu item "Syntaxes" "A" "Assembly". It seems that the coloring suits, but how to add a fold by procedure (proc-endp), structure/union (struct/union-ends), comment block (comment character-character), entire section (.data, .data?, .code). While I found an incomprehensible functionList asm.xml, the coloring of keywords in stylers.model.xml, the keywords themselves in langs.model.xml