16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
{"open":"(", "close":")", "notIn":["string", "comment"]},
|
|
{"open":"[", "close":"]", "notIn":["string", "comment"]},
|
|
{"open":"{", "close":"}", "notIn":["string", "comment"]},
|
|
{"open":"\"", "close":"\"", "notIn":["string", "comment"]}
|
|
]
|
|
} |