add bicep file type
This commit is contained in:
parent
a6ff6f27e5
commit
da5885bc46
1 changed files with 9 additions and 0 deletions
|
|
@ -11,4 +11,13 @@
|
||||||
command = "set ft=terraform";
|
command = "set ft=terraform";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
files."ftdetect/bicepft.lua".autoCmd = [
|
||||||
|
{
|
||||||
|
group = "filetypes";
|
||||||
|
event = ["BufRead" "BufNewFile"];
|
||||||
|
pattern = ["*.bicep" "*.bicepparam"];
|
||||||
|
command = "set ft=bicep";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue