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