Skip to content

Conversation

@andrew-christianson
Copy link
Contributor

Some LSP servers report line-level links to files with github's convention: #L$LINE,$COL. which does not match the existing regex #\d+[,#]\d+. Instead we modify the rx expression to correspond to #L?\d+[,#]\d+

@jcs090218 jcs090218 merged commit 833be7b into emacs-lsp:master Dec 16, 2025
28 of 34 checks passed
@jcs090218
Copy link
Member

Sounds good to me! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants