Files
playwrong/.vscode/extensions/playwrong-syntax/language-configuration.json
2025-07-17 05:32:02 +02:00

24 lines
355 B
JSON

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