mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-28 19:25:25 -07:00
31 lines
551 B
JSON
31 lines
551 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"blockComment": [ "<%#", "%>" ]
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["<", ">"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["`", "`"],
|
||
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
||
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||
|
["<", ">"],
|
||
|
{ "open": "%", "close": "%", "notIn": ["string", "comment"] }
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"],
|
||
|
["`", "`"],
|
||
|
["<", ">"],
|
||
|
["%", "%"]
|
||
|
]
|
||
|
}
|