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
Yep, seems like it. Arch Linux 64-bit Kate 16.04.2 KDE Frameworks 5.23.0 Qt 5.7 xcb wm
Hi, I have submited a patch https://phabricator.kde.org/D2071 But it hasn't been reviewed.
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
Thanks a lot for the patch!