add bicep file type

This commit is contained in:
Roel de Cort 2024-05-28 22:34:32 +02:00
parent a6ff6f27e5
commit da5885bc46

View file

@ -11,4 +11,13 @@
command = "set ft=terraform";
}
];
files."ftdetect/bicepft.lua".autoCmd = [
{
group = "filetypes";
event = ["BufRead" "BufNewFile"];
pattern = ["*.bicep" "*.bicepparam"];
command = "set ft=bicep";
}
];
}