summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/settings/context-settings-mps.json
blob: 693fb54b9066eaa496dfd9157f0204ec79908334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
 "autoClosingPairs" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ],
 "brackets" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ],
 "comments" : {
  "lineComment" : "%"
 },
 "surroundingPairs" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ]
}