I want to use Visual Studio Code for writing code for my homebrew Z80 Computer. I use z88dk and its tools to compile C, assemble the Z80 asm files etc. I will write parts in assembler and other parts in C. I also need to edit .m4 files. Would be nice if these file types would have syntax coloring.
I am totally new to vscode and I have seen some languages for the z80 but I have no idea how to continue from there - or if these will even work at all.
I don't want to have to write a language extension because that looks like just too much work - from what I understand. I am also not a typescript/javascript developer.
Is there a tutorial out there on how to set this up, or any other helpful resources?