From 44c62117ee64ab63c43d0b46111370765bfd950d Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Fri, 20 Mar 2020 01:48:55 -0700 Subject: [PATCH] Highlight .inc files as .c files (#8496) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0caee2241..f17b9e23e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "files.associations": { "*.h": "c", "*.c": "c", + "*.inc": "c", "*.cpp": "cpp", "*.hpp": "cpp", "xstddef": "c",