Highlight .inc files as .c files (#8496)
1 files changed, 1 insertions(+), 0 deletions(-) M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +1 -0
@@ 11,6 11,7 @@ "files.associations": { "*.h": "c", "*.c": "c", + "*.inc": "c", "*.cpp": "cpp", "*.hpp": "cpp", "xstddef": "c",