vscode-texinfo/language-config.json

23 lines
366 B
JSON
Raw Normal View History

2020-10-15 20:16:13 +00:00
{
"comments": {
"lineComment": "@c"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["``", "''"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["`", "'"]
]
}