SublimeText language files for the Power Query formula language (M)
Перейти к файлу
microsoft-github-policy-service[bot] b66dc932b0
Microsoft mandatory file (#8)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-29 12:10:31 -04:00
.vscode Json language file and test updates (#2) 2019-04-24 09:39:36 -04:00
build Add build framework 2019-04-15 16:28:17 -04:00
tests Json language file and test updates (#2) 2019-04-24 09:39:36 -04:00
.gitattributes add attributes file 2019-04-15 16:31:33 -04:00
.gitignore update package versions and commit package-lock 2019-04-16 11:21:45 -04:00
LICENSE Initial commit 2017-08-29 17:36:36 -07:00
PowerQuery.YAML-tmLanguage Modified formatting and simplified multiline regex that broke vscode 2018-08-23 08:36:38 -04:00
PowerQuery.tmLanguage Modified formatting and simplified multiline regex that broke vscode 2018-08-23 08:36:38 -04:00
PowerQuery.tmLanguage.json Json language file and test updates (#2) 2019-04-24 09:39:36 -04:00
README.md add docs 2019-04-16 13:02:25 -04:00
SECURITY.md Microsoft mandatory file (#8) 2022-08-29 12:10:31 -04:00
package-lock.json Bump lodash from 4.17.11 to 4.17.15 (#3) 2020-12-05 18:05:30 -05:00
package.json Json language file and test updates (#2) 2019-04-24 09:39:36 -04:00
tsconfig.json add basic tests 2019-04-15 17:43:54 -04:00

README.md

Overview

This repository stores the .tmLanguage file for the Power Query / M language.

Usage

The Power Query TextMate grammar file (PowerQuery.tmLanguage) can be consumed directly.

Update and test

Edit the PowerQuery.YAML-tmLanguage file. Running the build process will generate the PowerQuery.tmLanguage file.

Run the following to build and test:

npm install
npm run-script build
npm test

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.