bolt/deps/llvm-18.1.8/mlir/utils/vscode/pdll-language-configuration.json

67 lines
603 B
JSON
Raw Normal View History

2025-02-14 19:21:04 +01:00
{
"comments": {
"lineComment": "//"
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"<",
">"
]
],
"autoClosingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"<",
">"
],
[
"\"",
"\""
]
],
"surroundingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"<",
">"
],
[
"\"",
"\""
]
]
}