diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-04-04 10:15:55 +0200 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-04-04 10:43:18 +0200 |
commit | 4983fa45fcfb420a38112e782b2a30baf9cc05d2 (patch) | |
tree | f690ef90e77f84d8ecc724614544ea79fbcc446d /runtime/lua/vim/lsp/util.lua | |
parent | b788c7fa6cd4cce4cb3e1e8c6e900f1c95ce5218 (diff) | |
download | rneovim-4983fa45fcfb420a38112e782b2a30baf9cc05d2.tar.gz rneovim-4983fa45fcfb420a38112e782b2a30baf9cc05d2.tar.bz2 rneovim-4983fa45fcfb420a38112e782b2a30baf9cc05d2.zip |
vim-patch:9.1.1271: filetype: Power Query files are not recognized
Problem: filetype: Power Query files are not recognized
Solution: detect '*.pq' as pq filetype, include pq syntax and filetype
plugin (Anarion Dunedain)
Microsoft Power Query provides a powerful data import experience that
encompasses many features. Power Query works with desktop Analysis
Services, Excel, and Power BI workbooks, in addition to many online
services, such as Fabric, Power BI service, Power Apps, Microsoft 365
Customer Insights, and more. A core capability of Power Query is to
filter and combine, that is, to mash-up data from one or more of a rich
collection of supported data sources. Any such data mashup is expressed
using the Power Query M formula language. The M language is a
functional, case sensitive language similar to F#.
Reference:
- Power Query M formula language overview:
https://learn.microsoft.com/en-us/powerquery-m/
closes: vim/vim#17045
https://github.com/vim/vim/commit/e74ec3f523a152f62a37cc3ab476f0e5a2e812c6
Co-authored-by: Anarion Dunedain <anarion80@gmail.com>
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions