Bug 359613

Summary: Some CSS3 properties are not supported in syntax highlight
Product: [Applications] kate Reporter: Guo Yunhe <i>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: christoph, ilmari.lauhakangas
Priority: NOR    
Version First Reported In: 16.04.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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!