<p></p>
<p>The regular expression is OK. The problem I have is that I get more red lines than the expression is matching. The problem is that filetypes_parse_error_message() also return FALSE if a line do NOT match to the expression. E. g. if the expression is something like</p>
<p>foo</p>
<p>thenthe compiler output lines</p>
<p>foo<br>
/abc:123</p>
<p>will match. The line "foo" is matched with the regular expression, the line "/abc:123" is matched by the default parsing implementation. Tthe manual says the default parsing is used if the regular expression is undefined. But the default parsing is used also if the regular expression is defined in case it is valid, but just do not match.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2817#issuecomment-850921380">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2F5LM6GS7SGHNJZLLTQGEPDANCNFSM45YYG6JA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZOJSJ4BPKM6PWLSETTQGEPDA5CNFSM45YYG6JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGK4APJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2817#issuecomment-850921380",
"url": "https://github.com/geany/geany/issues/2817#issuecomment-850921380",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>