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