| Summary: | [PATCH] perl syntax highlighting: add labels | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | bes.internal <bes.internal> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | christoph, nibgonz |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
bes.internal
2018-10-26 15:44:19 UTC
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" /> Yes, provide a patch please! Thanks. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |