Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 0d1443a

Browse files
author
Hendrik van Antwerpen
committed
Use Unicode ellipsis
1 parent bcf738b commit 0d1443a

File tree

1 file changed

+1
-1
lines changed
  • tree-sitter-stack-graphs/src/cli

1 file changed

+1
-1
lines changed

tree-sitter-stack-graphs/src/cli/match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn print_node_text(node: Node, source_path: &Path, source: &str) -> anyhow::Resu
135135
.collect();
136136
print!("{}", summary.blue());
137137
if summary.len() < text.len() {
138-
print!("{}", "...".dimmed());
138+
print!("{}", "".dimmed());
139139
}
140140
print!("\"");
141141
print!(

0 commit comments

Comments
 (0)