30 lines
452 B
JSON
30 lines
452 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "REM"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["%", "%"],
|
|
["\"", "\""]
|
|
],
|
|
"folding": {
|
|
"markers": {
|
|
"start": "^\\s*(::\\s*|REM\\s+)#region",
|
|
"end": "^\\s*(::\\s*|REM\\s+)#endregion"
|
|
}
|
|
}
|
|
}
|