Fix invalid JSON. (#65447)

This commit is contained in:
davidwu226
2018-12-23 20:19:29 -08:00
committed by Matt Bierner
parent 982ea6d4a9
commit 2e877e280a

View File

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