https://bugs.kde.org/show_bug.cgi?id=413167
Bug ID: 413167 Summary: Syntax highlighting of std::array data type has mismatched square brackets Product: kdevelop Version: 5.4.2 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Language Support: CPP (old) Assignee: kdevelop-bugs-n...@kde.org Reporter: kogiokkaf...@gmail.com Target Milestone: --- Created attachment 123329 --> https://bugs.kde.org/attachment.cgi?id=123329&action=edit Mismatched operator[] SUMMARY The operator[] of std::array type variables has different syntax highlight colors. STEPS TO REPRODUCE #include <array> int main() { std::array<double, 5> data; data[0] = 1; return 0; } OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Operating System: Fedora 30 KDE Plasma Version: 5.15.5 KDE Frameworks Version: 5.59.0 Qt Version: 5.12.5 Kernel Version: 5.3.5-200.fc30.x86_64 OS Type: 64-bit ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.