21 lines
307 B
JSON
21 lines
307 B
JSON
|
{
|
||
|
"_comments":{
|
||
|
"lineComment":"--",
|
||
|
"blockComment":["/*","*/"]
|
||
|
},
|
||
|
"brackets":[
|
||
|
["(",")"]
|
||
|
],
|
||
|
"autoClosingPairs":[
|
||
|
["(",")"]
|
||
|
],
|
||
|
"surroundingPairs":[
|
||
|
["(",")"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"markers": {
|
||
|
"start": "^\\s*(//)|(--)\\s*#?region\\b",
|
||
|
"end": "^\\s*(//)|(--)\\s*#?endregion\\b"
|
||
|
}
|
||
|
}
|
||
|
}
|