3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
0
|
{ |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
1
|
"comments": { |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
2
|
"blockComment": [ "(*", "*)" ] |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
3
|
}, |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
4
|
"brackets": [ |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
5
|
[ "[", "]" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
6
|
[ "{", "}" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
7
|
[ "(", ")" ] |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
8
|
], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
9
|
"autoClosingPairs": [ |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
10
|
{ "open": "[", "close": "]", "notIn": [ "comment" ] }, |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
11
|
{ "open": "{", "close": "}", "notIn": [ "comment" ] }, |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
12
|
{ "open": "(", "close": ")", "notIn": [ "comment" ] }, |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
13
|
{ "open": "'", "close": "'", "notIn": [ "comment" ] }, |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
14
|
{ "open": "\"", "close": "\"", "notIn": [ "comment" ] }, |
57ce577 |
Jamozed |
2021-07-06 17:23:12 |
15
|
{ "open": "(*", "close": "*)", "notIn": [ "comment" ] } |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
16
|
], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
17
|
"surroundingPairs": [ |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
18
|
[ "[", "]" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
19
|
[ "{", "}" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
20
|
[ "(", ")" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
21
|
[ "'", "'" ], |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
22
|
[ "\"", "\"" ] |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
23
|
] |
3dfb2cc |
Jamozed |
2021-06-13 21:07:36 |
24
|
} |
|
|
|
25
|
|