We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc8c75 commit fb92ddaCopy full SHA for fb92dda
src/decoration-manager.ts
@@ -122,7 +122,7 @@ export default class DecorationManager {
122
}
123
124
fullTokenKeys.forEach((key: string) => {
125
- const regEx = new RegExp(`\\b(${key})\\b(?!-)`, "g");
+ const regEx = new RegExp(`\\b(${key})\\b(?!-|:)`, "g");
126
let match;
127
128
while ((match = regEx.exec(text))) {
0 commit comments