https://bugs.kde.org/show_bug.cgi?id=479936
--- Comment #4 from Ellie <e...@horse64.org> --- I currently have these contexts or plan to add them, that would turn into a problem (I use these to mark variable names that are declared with dsVariable which seems very helpful to make the names easy to spot, and I might add more later): NamedItem, WithStatementBeforeIn, WithStatementAtLabel. If I want this feature to work I think I would need to manage it with these new contexts, something like this: CodeBlockAtNextBrace, CodeBlockDeferred. Both would need to be able to coincide with the first list, so this would give me: NamedItem, NamedItemCodeBlockAtNextBrace, NamedItemCodeBlockDeferred, WithStatementBeforeIn, WithStatementBeforeInCodeBlockAtNextBrace, WithStatementBeforeInCodeBlockDeferred, WithStatementAtLabel, WithStatementAtLabelCodeBlockAtNextBrace, WithStatementAtLabelCodeBlockDeferred. I hope this shows why I anticipate this turning into a bigger problem. It doesn't seem like a sustainable approach. -- You are receiving this mail because: You are watching all bug changes.