Closed Resike closed 6 years ago
SublimeLinter 4 has an function to show error/warning codes, without this fix the error/warning output ode is only W
:
Ah that's cool, does it work for errors as well.
Can you still post the raw output from the linter.
Raw print from python, also put some errors to it:
Sorry I don't get this regex: Shouldn't it be
^.+:(?P<line>\d+):(?P<col>\d+)\-(?P<col_end>\d+): \((?:(?P<error>E\d+)|(?P<warning>W\d+))\) (?P<message>.+)
That is, both error and warning (named) group match \d+
Yeah sorry I left the warning one out. And for whatever reason it was working properly like that too.
Okay, let's go.
Can you post some typical output of lua check, please?