Files
bf-server/bf-configuration.json

21 lines
307 B
JSON
Raw Normal View History

2021-04-09 23:15:58 +05:30
{
"_comments":{
"lineComment":"--",
"blockComment":["/*","*/"]
},
"brackets":[
["(",")"]
],
"autoClosingPairs":[
["(",")"]
],
"surroundingPairs":[
["(",")"]
],
"folding": {
"markers": {
"start": "^\\s*(//)|(--)\\s*#?region\\b",
"end": "^\\s*(//)|(--)\\s*#?endregion\\b"
}
}
}