vscode-texinfo/language-configuration.json

15 lines
204 B
JSON

{
"comments": {
"lineComment": "@c"
},
"brackets": [
["{", "}"]
],
"autoClosingPairs": [
["{", "}"]
],
"surroundingPairs": [
["{", "}"]
]
}