bolt/deps/llvm-18.1.8/mlir/utils/vscode/language-configuration.json
2025-02-14 19:21:04 +01:00

22 lines
368 B
JSON

{
"comments": {
"lineComment": "//"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
]
}