This plugin is designed to make reading logs easier.
The KDE Framework (KF) is required. I have only tested this with KF6, as I do not have a KF5 environment.
cd kate-text-highlight-plugin
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
cmake --build .Put this plugin to your_kate_source_path/addons/, and build kate.
Build it by yourself and using make install / cmake --install . or download the release version from the release page. and put text-highlight-plugin.so to /usr/lib/qt6/plugins/kf6/ktexteditor/.
Open Kate, find Settings on the menu bar, choose Configure Kate..., click Plugin on the left side, find Text Highlight on the right side and check it. back to the editor and enjoy it.
