The following expression uses `\w` but the warning displays it as `\\w` ``` W122:VhdlLexer:root:pat#7: Overlap due to case insensitive mode "'[a-zA-Z_]\\w*" ```