diff --git a/mlir/utils/vscode/tablegen-language-configuration.json b/mlir/utils/vscode/tablegen-language-configuration.json index 24227bc75ef7..6a1455bf8ca7 100644 --- a/mlir/utils/vscode/tablegen-language-configuration.json +++ b/mlir/utils/vscode/tablegen-language-configuration.json @@ -6,6 +6,24 @@ "*/" ] }, + "colorizedBracketPairs": [ + [ + "{", + "}" + ], + [ + "[", + "]" + ], + [ + "(", + ")" + ], + [ + "<", + ">" + ] + ], "brackets": [ [ "{",