orgize/orgize-lsp/editors/vscode/org.configuration.json
2023-12-20 21:56:10 +08:00

29 lines
461 B
JSON

{
"comments": {
"lineComment": "#",
"blockComment": ["#+BEGIN_COMMENT\n", "\n#+END_COMMENT"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["*", "*"],
["/", "/"],
["_", "_"],
["=", "="],
["~", "~"]
]
}