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