If you add this after the `"selector": "source.zig",` line, Sublime 4 is capable of parsing each of the errors and jumping to the line containing it: ``` "file_regex": "^\\s*([^:]+):(\\d+):(\\d+):\\s*(.*)$", ```