Skip to content

d1vanov/basic-xml-syntax-highlighter

Repository files navigation

basic-xml-syntax-highlighter

Basix XML syntax highlighter in C++/Qt (subclass of QSyntaxHighlighter). Uses simple regexes to highlight not very complicated XML content.

The primary limitations are:

  • No specific handling for nested quotes within attributes
  • No handling for multi-line comments

Also, at the moment there's no highlight for text content

The repository includes the highlighter class implemented as a static library and the example app. Here's the screenshot of the example app in action:

License: MIT

About

Basix XML syntax highlighter in C++/Qt (subclass of QSyntaxHighlighter). Uses simple regexes to highlight not very complicated XML content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published