Bug 359613 - Some CSS3 properties are not supported in syntax highlight
Summary: Some CSS3 properties are not supported in syntax highlight
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: syntax (other bugs)
Version First Reported In: 16.04.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-20 20:01 UTC by Guo Yunhe
Modified: 2016-09-05 12:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guo Yunhe 2016-02-20 20:01:23 UTC
Following CSS3 properties are not recognized in Kate:
- display: flex
- flex: 1 0 100%;
- justify-content: center;
- align-items: center;
and other flex related properties...

Reproducible: Always
Comment 1 Buovjaga 2016-06-30 15:59:05 UTC
Yep, seems like it.

Arch Linux 64-bit
Kate 16.04.2
KDE Frameworks 5.23.0
Qt 5.7
xcb wm
Comment 2 Guo Yunhe 2016-07-06 08:53:57 UTC
Hi, I have submited a patch https://phabricator.kde.org/D2071

But it hasn't been reviewed.
Comment 3 Christoph Cullmann 2016-09-05 12:56:44 UTC
Git commit f94b51418cd706cadbd578f75355a5239560d10d by Christoph Cullmann, on behalf of Guo Yunhe.
Committed on 05/09/2016 at 12:53.
Pushed by cullmann into branch 'master'.

Bug 359613 - Some CSS3 properties are not supported in syntax highlight

Differential Revision: https://phabricator.kde.org/D2071

M  +1092 -893  src/syntax/data/css.xml
M  +1099 -816  src/syntax/data/less.xml
M  +1111 -824  src/syntax/data/scss.xml

http://commits.kde.org/ktexteditor/f94b51418cd706cadbd578f75355a5239560d10d
Comment 4 Christoph Cullmann 2016-09-05 12:58:13 UTC
Thanks a lot for the patch!