Highlight .inc files as .c files (#8496)

This commit is contained in:
Nick Snyder 2020-03-20 01:48:55 -07:00 committed by GitHub
parent f235822fba
commit 44c62117ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"files.associations": {
"*.h": "c",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c",