pentest-distro-builder/filesystem/root/.vscode/extensions/rebornix.ruby-0.20.0/language-configuration-erb.json

31 lines
551 B
JSON
Raw Normal View History

2018-10-17 14:11:16 -06:00
{
"comments": {
"blockComment": [ "<%#", "%>" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["`", "`"],
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
["<", ">"],
{ "open": "%", "close": "%", "notIn": ["string", "comment"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["`", "`"],
["<", ">"],
["%", "%"]
]
}