Skip to content

Conversation

@martin-honnen
Copy link
Contributor

Resolves #3256

Changes

Fixed the xml regular expressions to use the Unicode "letter" class/category L and Unicode based regular expressions with e.g. /.../u so that, instead of only ASCII characters, any Unicode letter in XML element/tag names and XML attribute names is recognized and the markup is properly highlighted.

Checklist

  • Added two markup tests
  • Updated the changelog at CHANGES.md

Copy link
Member

@joshgoebel joshgoebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(XML) Unicode letters should be recognized in element and attribute names

2 participants