UNPKG

pop-n-lock-theme-vscode

Version:

🐲 Perfectly balanced TypeScript theme with vivid colours.

76 lines (75 loc) 1.19 kB
{ "comments": { "lineComment": "//", "blockComment": ["/*", "*/"] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ { "open": "${", "close": "}", "in": ["string"] }, // { // "open": "$", // "close": "", // "in": ["string"] // }, { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "'", "close": "'", "notIn": ["string", "comment"] }, { "open": "\"", "close": "\"", "notIn": ["string"] }, { "open": "`", "close": "`", "notIn": ["string", "comment"] }, { "open": "/*", "close": " */", "notIn": ["string"] } ], "surroundingPairs": [ ["${", "}"], ["$", " "], ["{", "}"], ["[", "]"], ["(", ")"], ["'", "'"], ["\"", "\""], ["`", "`"], ["<", ">"], ["/", "/"], ["*", "*"], ["/*", "*/"] ], "folding": { "markers": { "start": "^\\s*//\\s*#?region\\b", "end": "^\\s*//\\s*#?endregion\\b" } } }