chore(deps): replace cli-highlight (#4468)
This commit is contained in:
@@ -2,12 +2,12 @@ import * as fs from "node:fs";
|
||||
import * as path from "node:path";
|
||||
import type { EditorTheme, MarkdownTheme, SelectListTheme } from "@earendil-works/pi-tui";
|
||||
import chalk from "chalk";
|
||||
import { highlight, supportsLanguage } from "cli-highlight";
|
||||
import { type Static, Type } from "typebox";
|
||||
import { Compile } from "typebox/compile";
|
||||
import { getCustomThemesDir, getThemesDir } from "../../../config.js";
|
||||
import type { SourceInfo } from "../../../core/source-info.js";
|
||||
import { closeWatcher, watchWithErrorHandler } from "../../../utils/fs-watch.js";
|
||||
import { highlight, supportsLanguage } from "../../../utils/syntax-highlight.js";
|
||||
|
||||
// ============================================================================
|
||||
// Types & Schema
|
||||
|
||||
Reference in New Issue
Block a user