vscode-texinfo/language-configuration.json

22 lines
349 B
JSON

{
"comments": {
"lineComment": "@c",
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["`", "'"],
],
}