Files
bf-server/bf-configuration.json
2021-04-09 23:40:13 +05:30

21 lines
308 B
JSON

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