Fix invalid JSON. (#65447)

pull/65581/head^2
davidwu226 2018-12-23 20:19:29 -08:00 committed by Matt Bierner
parent 982ea6d4a9
commit 2e877e280a
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
["'", "'"],
["\"", "\""],
["`", "`"],
["<", ">"],
["<", ">"]
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {
@ -33,4 +33,4 @@
"end": "^\\s*//\\s*#?endregion\\b"
}
}
}
}