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": {
"*.h": "c",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c",

Loading…
Cancel
Save