printer: add Cursor hyperlink alias
This is similar to the other aliases used by VS Code forks. PR #3192
This commit is contained in:
@@ -4,6 +4,11 @@ use crate::hyperlink::HyperlinkAlias;
|
|||||||
///
|
///
|
||||||
/// These need to be sorted by name.
|
/// These need to be sorted by name.
|
||||||
pub(super) const HYPERLINK_PATTERN_ALIASES: &[HyperlinkAlias] = &[
|
pub(super) const HYPERLINK_PATTERN_ALIASES: &[HyperlinkAlias] = &[
|
||||||
|
alias(
|
||||||
|
"cursor",
|
||||||
|
"Cursor scheme (cursor://)",
|
||||||
|
"cursor://file{path}:{line}:{column}",
|
||||||
|
),
|
||||||
prioritized_alias(
|
prioritized_alias(
|
||||||
0,
|
0,
|
||||||
"default",
|
"default",
|
||||||
|
|||||||
Reference in New Issue
Block a user