summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/settings/context-settings-bnf.json
blob: 353182133fae19b4a1ff8ed67856fcb8bf3ee564 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
 "autoClosingPairs" : [
  [ "<", ">" ]
 ],
 "brackets" : [
  [ "<", ">" ]
 ],,
 "surroundingPairs" : [
  [ "<", ">" ]
 ]
}