Is there any way to specify a span i.e. a triple of
(line, start-column, end-column)
for an error pattern? I'd like, for example, to be able to use flycheck to highlight an expression:
x + 1
and not just the identifier x? (Also posted as: https://github.com/flycheck/flycheck/issues/455)
Many thanks!