Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
chore(workspace): Apply prettier to satisfy pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesveller committed Nov 26, 2023
1 parent 162388a commit 66fc3db
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@ var hljs = (function () {
"string" == typeof e
? r(n, e.split(" "))
: Array.isArray(e)
? r(n, e)
: Object.keys(e).forEach((n) => {
Object.assign(i, $(e[n], t, n));
}),
? r(n, e)
: Object.keys(e).forEach((n) => {
Object.assign(i, $(e[n], t, n));
}),
i
);
function r(e, n) {
Expand Down Expand Up @@ -636,12 +636,12 @@ var hljs = (function () {
e.cachedVariants
? e.cachedVariants
: q(e)
? r(e, {
starts: e.starts ? r(e.starts) : null,
})
: Object.isFrozen(e)
? r(e)
: e
? r(e, {
starts: e.starts ? r(e.starts) : null,
})
: Object.isFrozen(e)
? r(e)
: e
))("self" === e ? s : e),
),
)),
Expand Down Expand Up @@ -830,12 +830,12 @@ var hljs = (function () {
N.endScope && N.endScope._wrap
? (d(), M.addKeyword(n, N.endScope._wrap))
: N.endScope && N.endScope._multi
? (d(), u(N.endScope, e))
: s.skip
? (S += n)
: (s.returnEnd || s.excludeEnd || (S += n),
d(),
s.excludeEnd && (S = n));
? (d(), u(N.endScope, e))
: s.skip
? (S += n)
: (s.returnEnd || s.excludeEnd || (S += n),
d(),
s.excludeEnd && (S = n));
do {
N.scope && M.closeNode(),
N.skip || N.subLanguage || (R += N.relevance),
Expand Down

0 comments on commit 66fc3db

Please sign in to comment.