vscode-texinfo/language-configuration.json

22 lines
344 B
JSON

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