32 lines
635 B
JSON
32 lines
635 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["{", "}"],
|
|
["#{", "}#"],
|
|
["#|", "|#"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["\"", "\""],
|
|
["{", "}"],
|
|
["#{", "}#"],
|
|
["#|", "|#"],
|
|
["#\"", "\"#"],
|
|
["##\"", "\"##"],
|
|
["###\"", "\"###"],
|
|
["####\"", "\"####"],
|
|
["#####\"", "\"#####"]
|
|
],
|
|
"surroundingPairs": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["\"", "\""],
|
|
["{", "}"]
|
|
]
|
|
} |