Kate's CSS syntax highlighter doesn't understand CSS3 keyframe queries. Enter for example > @keyfrmes some_nifty_animation { > 0% { opacity: 0; } > 100% { opacity: 1; } > } and it will erroneously underline red the 0% { part, no matter what you place there (5px, foo, nothing), it just doesn't like brackets inside brackets. Reproducible: Always
I'm experiencing this too. from and to is being highlighted wrongly too as what happens in the following example: @keyframes someAnimation{ from { opacity:0.0; } to { opacity:1.0; } }
Could you look into css.xml and maybe provide a patch?
If you still want that, please take a look at https://docs.kde.org/stable5/en/applications/katepart/highlight.html If you provide some file as patch on https://git.reviewboard.kde.org/ we can have that, otherwise this won't happen.
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 set the bug status 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!
Dear Bug Submitter, 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!