From 1192d060db4c3b0a2674712f78a3f520c56a4b4a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 2 May 2024 16:14:15 +0200 Subject: [PATCH] Remove unneeded comment --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index f0440a8..46dab02 100644 --- a/lib/index.js +++ b/lib/index.js @@ -249,7 +249,6 @@ export async function createStarryNight(grammars, options) { const map = currentRegistry._syncRegistry._grammars /** @type {IGrammar} */ // @ts-expect-error: untyped internals of `vscode-textmate`. - // type-coverage:ignore-next-line const grammar = map.get(scope) if (!grammar) {