ZDoom ZScript syntax highlighter for KDE's Kate text editor.
Syntax highlighter made with the help from: marrub--'s ZScript documentation and the basic Katepart syntax highlighter's documentation.
You can either get it from the source code from the main branch, or go the the "releases" section and get one version from there.
IMPORTANT: Getting it from the main branch can be dangereous, as that's where the editing appears.
From the "Overview" section of Katepart's documentation:
Custom .xml highlight definition files are located in org.kde.syntax-highlighting/syntax/ in your user folder found with qtpaths--paths GenericDataLocation which usually is $HOME/.local/share
IMPORTANT: for me, it was $HOME/.var/app/org.kde.kate/data/org.kde.syntax-highlighting/syntax/, where the "org.kde.syntax-highlighting/syntax/ did not exist, so I had to create it."
On Windows these files are located %USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax. %USERPROFILE% usually expands to C:\Users\user.
- Nash Muhandes for giving me the will to make this syntax highlighter;
- marrub-- for the ZScript documentation;
- KDE for giving me the text editor where to write the code;
- The ZDoom comunity for creating the source port;