https://bugs.kde.org/show_bug.cgi?id=445963
--- Comment #2 from Volker Krause <vkra...@kde.org> --- (In reply to David Faure from comment #1) > Yes, this would be nice. But it's a non-trivial undertaking, to replace a > simple bitfield with a list of ranges. This needs Volker's grammar expertise > :) The problem isn't really a grammar change here (that already models all this), but the structure representing this internally needs to be changed to hold the exact syntax tree. Ie. instead of a bit field this would probably need to be a linked list of number pairs. -- You are receiving this mail because: You are watching all bug changes.