Skip to content

Commit

Permalink
Update java.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Apr 24, 2024
1 parent 54de7fd commit bcc8171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/java.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function recurRegex(re, substitution, depth) {
});
}

/** @type {import("highlight.js").LanguageFn} */
/** @type {LanguageFn} */
export default function (hljs) {
const regex = hljs.regex;
const JAVA_IDENT_RE = '[\u00C0-\u02B8a-zA-Z_$][\u00C0-\u02B8a-zA-Z_$0-9]*';
Expand Down

0 comments on commit bcc8171

Please sign in to comment.