Skip to content

Commit

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

/** @type {import("highlight.js").LanguageFn} */
/** @type {LanguageFn} */
export default function (hljs) {
const regex = hljs.regex;
// XML names can have the following additional letters: https://www.w3.org/TR/xml/#NT-NameChar
Expand Down

0 comments on commit 8330458

Please sign in to comment.