From de13d68cddef5bb321469bcffb868f27ddd5390e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 12 Mar 2023 15:12:10 +0900 Subject: style: add .highlight class to pre tag --- nuldoc-src/command.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuldoc-src/command.ts') diff --git a/nuldoc-src/command.ts b/nuldoc-src/command.ts index 47b8ee0..dd15a77 100644 --- a/nuldoc-src/command.ts +++ b/nuldoc-src/command.ts @@ -146,7 +146,10 @@ async function copyStaticFiles(config: Config) { const globPattern = joinGlobs([Deno.cwd(), config.locations.staticDir, "*"]); for await (const entry of expandGlob(globPattern)) { const src = entry.path; - const dst = src.replace(config.locations.staticDir, config.locations.destDir); + const dst = src.replace( + config.locations.staticDir, + config.locations.destDir, + ); await Deno.copyFile(src, dst); } } -- cgit v1.2.3-70-g09d2