Skip to content

Commit

Permalink
(fixup) oops, sorry - resolves XML issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Mar 17, 2021
1 parent 3ec4c1e commit 338e8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/languages/xml.js
Expand Up @@ -220,12 +220,12 @@ export default function(hljs) {
{
className: 'name',
begin: TAG_NAME_RE,
relevance: 0,
endsParent: true
relevance: 0
},
{
begin: />/,
relevance: 0
relevance: 0,
endsParent: true
}
]
}
Expand Down

0 comments on commit 338e8c7

Please sign in to comment.