Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 2, 2024
1 parent f0b4880 commit 1192d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1192d06

Please sign in to comment.