Specify error patterns with start and end columns in emacs' flycheck?

294 Views Asked by At

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!

0

There are 0 best solutions below