2015-11-13 13:39:38 +00:00
|
|
|
{
|
|
|
|
"comments": {
|
|
|
|
"lineComment": "#",
|
2018-02-26 20:23:19 +00:00
|
|
|
"blockComment": [ "\"\"\"", "\"\"\"" ]
|
2015-11-13 13:39:38 +00:00
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"]
|
2016-04-21 20:14:33 +00:00
|
|
|
],
|
|
|
|
"autoClosingPairs": [
|
2016-12-02 19:22:34 +00:00
|
|
|
{ "open": "{", "close": "}" },
|
|
|
|
{ "open": "[", "close": "]" },
|
|
|
|
{ "open": "(", "close": ")" },
|
|
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
2017-10-05 18:43:46 +00:00
|
|
|
{ "open": "r\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "R\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "u\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "U\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "f\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "F\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "b\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "B\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "r'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "R'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "u'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "U'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "f'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "F'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "b'", "close": "'", "notIn": ["string", "comment"] },
|
2018-03-02 08:45:26 +00:00
|
|
|
{ "open": "B'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "`", "close": "`", "notIn": ["string"] }
|
2016-04-21 20:14:33 +00:00
|
|
|
],
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["\"", "\""],
|
2018-03-02 08:45:26 +00:00
|
|
|
["'", "'"],
|
|
|
|
["`", "`"]
|
2017-09-20 07:34:33 +00:00
|
|
|
],
|
|
|
|
"folding": {
|
2017-10-08 13:08:48 +00:00
|
|
|
"offSide": true,
|
2017-10-08 14:00:44 +00:00
|
|
|
"markers": {
|
2018-03-28 22:34:56 +00:00
|
|
|
"start": "^\\s*#\\s*region\\b",
|
|
|
|
"end": "^\\s*#\\s*endregion\\b"
|
2017-10-08 14:00:44 +00:00
|
|
|
}
|
|
|
|
}
|
2017-10-08 13:08:48 +00:00
|
|
|
}
|