Register .mak extension for the Make language (#122614)
Associate the .mak extension with the Make language. This extension is commonly used for files included by Makefiles, and is recognized by GitHub's language detection: 32ec19c013/lib/linguist/languages.yml (L3282)
.
This PR fixes #122613.
Tested change by created a file with the .mak extension, and opening it in VS Code. The Language Mode was automatically set to 'Makefile'.
pull/122866/head
parent
5bf5c77800
commit
d465e988f1
|
@ -20,6 +20,7 @@
|
|||
"makefile"
|
||||
],
|
||||
"extensions": [
|
||||
".mak",
|
||||
".mk"
|
||||
],
|
||||
"filenames": [
|
||||
|
|
Loading…
Reference in New Issue