vim-patch:9.1.1268: filetype: dax files are not recognized

Problem:  filetype: dax files are not recognized
Solution: detect "*.dax" as dax filetype, include dax filetype and
          syntax plugin (Anarion Dunedain)

Data Analysis Expressions (DAX) is a formula expression language used in
Analysis Services, Power BI, and Power Pivot in Excel. DAX formulas
include functions, operators, and values to perform advanced
calculations and queries on data in related tables and columns in
tabular data models.

DAX language overview:
- https://learn.microsoft.com/en-us/dax/dax-overview

closes: vim/vim#17035

7f518e044f

Co-authored-by: Anarion Dunedain <anarion80@gmail.com>
This commit is contained in:
Christian Clason
2025-04-03 09:54:08 +02:00
committed by Christian Clason
parent 18caa5fb23
commit 5cdfa3324f
4 changed files with 169 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ local extension = {
dat = detect.dat,
Dat = detect.dat,
DAT = detect.dat,
dax = 'dax',
dcd = 'dcd',
decl = detect.decl,
dec = detect.decl,