summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/settings/context-settings-bibtex.json
blob: e1927f36b5abf2bdc2218f36dd0d3ebcbd9921bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
 "autoClosingPairs" : [
  [ "{", "}" ]
 ],
 "brackets" : [
  [ "{", "}" ]
 ],
 "comments" : {
  "lineComment" : "%"
 },
 "surroundingPairs" : [
  [ "{", "}" ]
 ]
}