From 140a71e7d696a8520b8c12d1338a2d45f6224fbf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 25 Feb 2024 04:58:02 -0500 Subject: [PATCH] joshuto: Make text preview work for .astro files --- home/joshuto.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/joshuto.nix b/home/joshuto.nix index 1d3abe9e..1097ffeb 100644 --- a/home/joshuto.nix +++ b/home/joshuto.nix @@ -482,7 +482,7 @@ handle_extension() { case "''${FILE_EXTENSION_LOWER}" in - ts | js | tsx | jsx | lock) + ts | js | tsx | jsx | astro | lock) bat --color=always --paging=never \ --style=plain \ --terminal-width="''${PREVIEW_WIDTH}" \