xref: /llvm-project/mlir/utils/vscode/language-configuration.json (revision b810e3a552e2e0b66052370878d7885344469320)
1{
2    "comments": {
3        "lineComment": "//"
4    },
5    "brackets": [
6        ["{", "}"],
7        ["[", "]"],
8        ["(", ")"]
9    ],
10    "autoClosingPairs": [
11        ["{", "}"],
12        ["[", "]"],
13        ["(", ")"],
14        ["\"", "\""]
15    ],
16    "surroundingPairs": [
17        ["{", "}"],
18        ["[", "]"],
19        ["(", ")"],
20        ["\"", "\""]
21    ]
22}
23