refactor(highlightjs): clean up unused imports

This commit is contained in:
Elian Doran 2025-05-29 13:25:21 +03:00
parent b5f2c2d557
commit e70d2a25fa
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import type { HLJSApi, Language, Mode } from "highlight.js"; import type { HLJSApi, Language } from "highlight.js";
/* /*
* highlight.js Dylan syntax highlighting definition * highlight.js Dylan syntax highlighting definition

View File

@ -1,4 +1,4 @@
import type { HLJSApi, Language, Mode } from "highlight.js"; import type { HLJSApi, Language } from "highlight.js";
/** /**
* highlight.js mIRC Scripting Language syntax highlighting definition * highlight.js mIRC Scripting Language syntax highlighting definition

View File

@ -1,4 +1,4 @@
import type { HLJSApi, Language, Mode } from "highlight.js"; import type { HLJSApi, Language } from "highlight.js";
/** /**
* highlight.js RPM spec file syntax highlighting definition * highlight.js RPM spec file syntax highlighting definition

View File

@ -1,4 +1,4 @@
import type { HLJSApi, Language, Mode } from "highlight.js"; import type { HLJSApi, Language } from "highlight.js";
/* vim:set ts=2 sw=2 et: */ /* vim:set ts=2 sw=2 et: */