Skip to content

Commit

Permalink
Highlight .inc files as .c files (qmk#8496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Mar 20, 2020
1 parent f235822 commit 44c6211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files.associations": {
"*.h": "c",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c",
Expand Down

0 comments on commit 44c6211

Please sign in to comment.