{ "comments": { "lineComment": "//", "blockComment": ["(*", "*)"] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ], "folding": { "markers": { "start": "^\\s*\\{\\s*$", "end": "^\\s*\\}\\s*$" } }, "wordPattern": "\\b[a-zA-Z_][a-zA-Z0-9_]*\\b", "indentationRules": { "increaseIndentPattern": "^.*(\\{[^}\"']*|\\([^)\"']*|\\[[^\\]\"']*)$", "decreaseIndentPattern": "^(.*\\*\\/)?\\s*[\\}\\]\\)].*$" } }