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