UNPKG

@blitz/textmate

Version:
44 lines (43 loc) 572 B
{ "comments": { "blockComment": ["<!--", "-->"] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "<", "close": ">", "notIn": ["string"] } ], "surroundingPairs": [ ["(", ")"], ["[", "]"], ["`", "`"], ["_", "_"], ["*", "*"] ], "folding": { "offSide": true, "markers": { "start": "^\\s*<!--\\s*#?region\\b.*-->", "end": "^\\s*<!--\\s*#?endregion\\b.*-->" } } }