Files
bf-server/bf-configuration.json

21 lines
308 B
JSON
Raw Permalink Normal View History

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