Files
2026-07-13 12:29:49 +08:00

22 lines
401 B
JSON

{
"comments": {
"blockComment": ["<!--", "-->"]
},
"brackets": [
["<", ">"],
["{", "}"]
],
"autoClosingPairs": [
{ "open": "<", "close": ">" },
{ "open": "{", "close": "}" },
{ "open": "\"", "close": "\"" },
{ "open": "<!--", "close": " -->" }
],
"surroundingPairs": [
["<", ">"],
["{", "}"],
["\"", "\""]
],
"wordPattern": "[a-zA-Z0-9_-]+"
}