We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On GitHub/GitLab, you can click on a line number, then Ctrl-click on another line number, and you get a link with line number range like this: https://github.com/ptpb/pb/blob/master/pb/lexers/toml.py#L22-L24
I know that ptpb.pw links allow linking to individual lines like this: https://ptpb.pw/WwKU/toml#L-35
Can a line number range be supported too? Probably something like:
https://ptpb.pw/WwKU/toml#L-35-40
https://ptpb.pw/WwKU/toml#L35-L40
https://ptpb.pw/WwKU/toml#L35-40
L
The text was updated successfully, but these errors were encountered:
duplicate of #215
Sorry, something went wrong.
No branches or pull requests
On GitHub/GitLab, you can click on a line number, then Ctrl-click on another line number, and you get a link with line number range like this: https://github.com/ptpb/pb/blob/master/pb/lexers/toml.py#L22-L24
I know that ptpb.pw links allow linking to individual lines like this: https://ptpb.pw/WwKU/toml#L-35
Can a line number range be supported too? Probably something like:
https://ptpb.pw/WwKU/toml#L-35-40
, orhttps://ptpb.pw/WwKU/toml#L35-L40
(without that extra hyphen, to look like GitHub links), orhttps://ptpb.pw/WwKU/toml#L35-40
(without that extra hyphen, and extraL
)The text was updated successfully, but these errors were encountered: