vscode-texinfo/language-config.json

23 lines
366 B
JSON

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