Skip to content

Commit 4ab3085

Browse files
committed
hint 索引别名前缀字符更新
1 parent fc86b67 commit 4ab3085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/emmylua_ls/src/handlers/inlay_hint/build_inlay_hint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ fn build_index_expr_hint(
659659
let hint = InlayHint {
660660
kind: Some(InlayHintKind::TYPE),
661661
label: InlayHintLabel::LabelParts(vec![InlayHintLabelPart {
662-
value: format!(">{}", alias),
662+
value: format!(": {}", alias),
663663
location: Some(label_location),
664664
..Default::default()
665665
}]),

0 commit comments

Comments
 (0)