2015-11-13 13:39:38 +00:00
|
|
|
{
|
|
|
|
"comments": {
|
2020-09-08 12:30:55 +00:00
|
|
|
"lineComment": "@REM"
|
2015-11-13 13:39:38 +00:00
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"]
|
2016-04-21 20:18:13 +00:00
|
|
|
],
|
|
|
|
"autoClosingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
2020-01-09 09:34:35 +00:00
|
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
2016-04-21 20:18:13 +00:00
|
|
|
],
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
2020-01-22 08:43:58 +00:00
|
|
|
["%", "%"],
|
2016-04-21 20:18:13 +00:00
|
|
|
["\"", "\""]
|
2017-10-25 15:13:52 +00:00
|
|
|
],
|
|
|
|
"folding": {
|
|
|
|
"markers": {
|
2020-09-08 12:30:55 +00:00
|
|
|
"start": "^\\s*(::|REM|@REM)\\s*#region",
|
|
|
|
"end": "^\\s*(::|REM|@REM)\\s*#endregion"
|
2017-10-25 15:13:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|