Skip to content

Commit

Permalink
chore: skip formatting inline scripts in pug files
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 19, 2023
1 parent 78c8b80 commit 2b532c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ runAsWorker(
'mdx',
'angular',
'svelte',
'pug',
];
if (parserBlocklist.includes(/** @type {string} */ (inferredParser))) {
return;
Expand Down

0 comments on commit 2b532c8

Please sign in to comment.