Skip to content

Commit

Permalink
Update wasm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Apr 24, 2024
1 parent 0ff65c9 commit c807f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/wasm.js
Expand Up @@ -6,7 +6,7 @@ Category: web, common
Audit: 2020
*/

/** @type {import("highlight.js").LanguageFn} */
/** @type {LanguageFn} */
export default function (hljs) {
const regex = hljs.regex;
const BLOCK_COMMENT = hljs.COMMENT(/\(;/, /;\)/);
Expand Down

0 comments on commit c807f54

Please sign in to comment.