pentest-distro-builder/filesystem/etc/skel/.vscode/extensions/rebornix.ruby-0.20.0/language-configuration-ruby.json
2018-10-17 14:11:16 -06:00

27 lines
No EOL
455 B
JSON

{
"comments": {
"lineComment": "#",
"blockComment": ["=begin", "=end"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["`", "`"],
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["`", "`"]
]
}