vscode-texinfo/language-config.json
2020-10-17 21:41:03 +08:00

22 lines
344 B
JSON

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