https://bugs.kde.org/show_bug.cgi?id=400345
Nibaldo G. <nibg...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nibg...@gmail.com --- Comment #1 from Nibaldo G. <nibg...@gmail.com> --- It would be great if you could send your patch to the syntax-highlighting repository: https://phabricator.kde.org/source/syntax-highlighting/ (file: data/syntax/perl.xml) Here is the documentation to send patches with Arcanist: https://community.kde.org/Infrastructure/Phabricator The only problem I see in your changes, is that you use "dsLabel" and "dsLabel small" in defStyleNum, which (I understand) are not valid styles. The styles are described here: https://docs.kde.org/trunk5/en/applications/katepart/highlight.html (section: Available Default Styles). Although the ideal is not to use hard colors, if you use background color you can write: <itemData name="Label" defStyleNum="dsNormal" bold="1" color="#FFFFFF" selColor="#FFFFFF" backgroundColor="#FF007F" /> -- You are receiving this mail because: You are watching all bug changes.