summaryrefslogtreecommitdiffstats
path: root/src/subcommands/show_colors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/subcommands/show_colors.rs')
-rw-r--r--src/subcommands/show_colors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcommands/show_colors.rs b/src/subcommands/show_colors.rs
index 8ad9fc35..2898dd97 100644
--- a/src/subcommands/show_colors.rs
+++ b/src/subcommands/show_colors.rs
@@ -28,7 +28,7 @@ pub fn show_colors() -> std::io::Result<()> {
let writer = output_type.handle().unwrap();
let mut painter = paint::Painter::new(writer, &config);
- painter.set_syntax(Some("ts"));
+ painter.set_syntax(Some("a.ts"));
painter.set_highlighter();
let title_style = ansi_term::Style::new().bold();