efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

Support `%e` 'end line number' and `%k` 'end column number'

Open briancarbone opened this issue 9 months ago • 0 comments

I changed my lint format to include %e and %k, but the highlights don't reflect what is passed in. eslint's formatter can provide line start, line end, column start, and column end, but it looks like only start values are used.

briancarbone avatar Jan 27 '25 21:01 briancarbone