We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc86b67 commit 4ab3085Copy full SHA for 4ab3085
1 file changed
crates/emmylua_ls/src/handlers/inlay_hint/build_inlay_hint.rs
@@ -659,7 +659,7 @@ fn build_index_expr_hint(
659
let hint = InlayHint {
660
kind: Some(InlayHintKind::TYPE),
661
label: InlayHintLabel::LabelParts(vec![InlayHintLabelPart {
662
- value: format!(">{}", alias),
+ value: format!(": {}", alias),
663
location: Some(label_location),
664
..Default::default()
665
}]),
0 commit comments