{
  "surroundingPairs": [
    ["(", ")"],
    ["{", "}"],
    ["\"", "\""],
    ["[", "]"],
    ["'", "'"]
  ],
  "brackets": [
    ["[", "]"],
    ["(", ")"],
    ["{", "}"]
  ],
  "autoClosingPairs": [
    ["{", "}"],
    ["(", ")"],
    ["[", "]"],
    ["\"", "\""],
    ["'", "'"]
  ],
  "comments": {
    "lineComment": "#"
  }
}