Browse Source

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

pull/8504/head 0.8.58
Nick Snyder 4 years ago
committed by GitHub
parent
commit
44c62117ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .vscode/settings.json

+ 1
- 0
.vscode/settings.json View File

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


Loading…
Cancel
Save