Skip to content

Commit

Permalink
Update wren.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Apr 24, 2024
1 parent c807f54 commit 93c61db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/wren.js
Expand Up @@ -7,7 +7,7 @@ Maintainer: @joshgoebel
Website: https://wren.io/
*/

/** @type {import("highlight.js").LanguageFn} */
/** @type {LanguageFn} */
export default function (hljs) {
const regex = hljs.regex;
const IDENT_RE = /[a-zA-Z]\w*/;
Expand Down

0 comments on commit 93c61db

Please sign in to comment.