Major mode that let's you edit the DAX language in your favourite editor.
Also included is a dax-pretty-print
function that uses https://www.daxformatter.com/api/daxformatter/DaxFormat/ to beautify your code.
Just clone this repo to emacs.d
and place the code below in your init.el
:
(load "~/.emacs.d/dax-mode/dax-mode.el")
Using straight.el
Place the code below in your init.el
:
(straight-use-package
'(dax-mode :type git :host github :repo "fpvmorais/dax-mode"))