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'.
This commit is contained in:
Ryan Zoeller 2021-05-03 09:03:05 -05:00 committed by GitHub
parent 5bf5c77800
commit d465e988f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
"makefile"
],
"extensions": [
".mak",
".mk"
],
"filenames": [