I’m trying to develop a build system for the tniASM assembly assembler. However, I’ve hit a roadblock with getting a working file_regex line. Here’s an example of the output from tniASM upon finding an error:
Preprocessing…
Pass 1…
Syntax Error in line 28 (D:\Users\Name\Documents\Test.asm): Illegal Text
Exiting…[Finished in 0.2s with exit code 1]
Unfortunately, from the Sublime Text documentation I have been unable to determine exactly what file_regex parses for. For example, does it matter which order the groups are? Can named groups be used? etc. There just seem to be so little detail / clarity in the documentation.
So, can anyone help with what a working file_regex could be for the above output?
Thanks