Major mode that let's you edit the Power Query language in your favourite editor.
Just clone this repo to emacs.d
and place the code below in your init.el
:
(load "~/.emacs.d/power-query-mode/power-query-mode.el")
Using straight.el
Place the code below in your init.el
:
(straight-use-package
'(power-query-mode :type git :host github :repo "fpvmorais/power-query-mode"))