Skip to content

Commit 1c2e55d

Browse files
fix pr comments
1 parent c54c40f commit 1c2e55d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/ui/src/utils/monacoRedisMonarchTokensProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const getRedisMonarchTokensProvider = (commands: string[]): monacoEditor.
5151
keyword: [
5252
[
5353
`(${commands.join('|')})\\b`,
54-
// '(important|true)\\b',
5554
'keyword'
5655
]
5756
],

0 commit comments

Comments
 (0)