Generic Highlighter: how to configure
Unsolved
Qt Creator and other tools
-
trying to open doxy file with .dox extension and believed that highlighter should apply doxygen.xml
but nothing happened,
I see this in the header:
<language name="Doxygen"
version="1.41"
kateversion="5.0"
section="Markup"
extensions=".dox;.doxygen"
mimetype="text/x-doxygen"
author="Dominik Haumann (dhdev@gmx.de)"
license="LGPL"
priority="9">does this mean that I have to perform some additional steps to register this file type (MIME?) in a system (Win10)?
how can I do this?