Skip to content

Register .mak extension for the Make language#122614

Merged
alexr00 merged 1 commit intomicrosoft:mainfrom
rtzoeller:make_mak_extension
May 3, 2021
Merged

Register .mak extension for the Make language#122614
alexr00 merged 1 commit intomicrosoft:mainfrom
rtzoeller:make_mak_extension

Conversation

@rtzoeller
Copy link
Copy Markdown
Contributor

@rtzoeller rtzoeller commented Apr 29, 2021

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: https://github.com/github/linguist/blob/32ec19c013a7f81ffaeead25e6e8f9668c7ed574/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'.

@alexr00 alexr00 added this to the May 2021 milestone Apr 29, 2021
Copy link
Copy Markdown
Member

@alexr00 alexr00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexr00 alexr00 merged commit d465e98 into microsoft:main May 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Associate .mak file extension with the Make language

2 participants