Open CudaText-addons opened 2 years ago
regex = r'^stdin:(?P<line>\d+)\.(?P<col>\d+)\-(?P<end_line>\d+)\.(?P<end_col>\d+): (?P<message>((?P<error>\w+Error)|(?P<warning>\w+)): .+)'
I think we'd still need to add 1 to end_col in the Python method unless there's a separate lint option for that?
end_col
Yes, then method is needed