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

make_cli_parsing 0.8.58
Nick Snyder 5 years ago committed by GitHub
parent f235822fba
commit 44c62117ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save