d1vanov / basic-xml-syntax-highlighter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 72.5%Language:QMake 27.5%