From beb447db2ffe03728d5ded11768e5f7fd5a2dc75 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Jan 2019 16:40:33 -0500 Subject: added JSON (alpha) --- .vscode/settings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 19c4f2d..011e49c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,7 +38,20 @@ "xstddef": "cpp", "xstring": "cpp", "xtr1common": "cpp", - "xutility": "cpp" + "xutility": "cpp", + "algorithm": "cpp", + "array": "cpp", + "clocale": "cpp", + "forward_list": "cpp", + "functional": "cpp", + "iterator": "cpp", + "list": "cpp", + "map": "cpp", + "numeric": "cpp", + "unordered_map": "cpp", + "valarray": "cpp", + "xhash": "cpp", + "xtree": "cpp" }, "C_Cpp.errorSquiggles": "Enabled" } \ No newline at end of file -- cgit v1.2.3