Add Power Query (M) language support#7896
Add Power Query (M) language support#7896jacob-kraniak wants to merge 10 commits intogithub-linguist:mainfrom
Conversation
adding language reference to PowerQuery M Code. https://github.com/microsoft/powerquery-language/blob/master/PowerQuery.YAML-tmLanguage
This implements the addition proposed in github-linguist#7856.
This implements the addition proposed in github-linguist#7856.
DecimalTurn
left a comment
There was a problem hiding this comment.
Looking good, just 2 comments.
Removed alias 'power query m' and extension '.pqm' for Power Query. applied recommended changes.
|
LGTM |
|
@DecimalTurn, is anything else pending from my side before merge approval? |
|
What you think you should have to do?
pon, 20. apr 2026. 15:29 pošiljalac Jacob Kraniak ***@***.***>
je napisao:
… *jacob-kraniak* left a comment (github-linguist/linguist#7896)
<#7896?email_source=notifications&email_token=CB5WCFIBONDFVLOG365GLVD4WYQ27A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRYGEYTKMRYGQZ2M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS2XA4S7MNXW23LFNZ2F633QMVXF6Y3MNFRWW#issuecomment-4281152843>
@DecimalTurn <https://github.com/DecimalTurn>, is anything else pending
from my side before merge approval?
—
Reply to this email directly, view it on GitHub
<#7896?email_source=notifications&email_token=CB5WCFIBONDFVLOG365GLVD4WYQ27A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRYGEYTKMRYGQZ2M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS2XA4S7MNXW23LFNZ2F633QMVXF6Y3MNFRWW#issuecomment-4281152843>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/CB5WCFKB7M7WOVZGTVK2XSL4WYQ27AVCNFSM6AAAAACXM2WO3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEOBRGE2TEOBUGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
@jacob-kraniak, it looks OK from my end, but I'm a regular "contributor", so I can't formally approve the PR. Only a maintainer can. I'm sure one will review your PR in time for the next release, but there's no rush since the next release won't be until june at least. |
ah, I misunderstood. I had thought you were an approver. I am still fairly new to Github! |
|
Now that the tests have run, I can see that the folder containing the samples need to have a space between "Power" and "Query". |
added space to parent folder
jacob-kraniak
left a comment
There was a problem hiding this comment.
should be good to merge now
Description
This pull request adds support for the Power Query (M) language (also known as Power Query Formula Language).
lib/linguist/languages.ymlThis implements the addition discussed and approved in issue #7856.
Checklist:
.pq: https://github.com/search?q=NOT+is%3Afork+path%3A*.pq+NOT+path%3A*.pqm&type=code.pqm: https://github.com/search?q=NOT+is%3Afork+path%3A*.pqm&type=codesamples/PowerQuery/fnMxToolboxLookup.pq(custom function) andsamples/PowerQuery/q_MxToolboxScore_SOAR3.pq(multi-step query)MIT License. The source repository is licensed under MIT, and the extracted sample files are released under the same terms that cover the Linguist project.
#d38e0d(Not required —
.pqand.pqmshow low conflict risk with other languages.)