summaryrefslogtreecommitdiff
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/bicep.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/bicep.lua b/ftdetect/bicep.lua
new file mode 100644
index 00000000..bdd52e5e
--- /dev/null
+++ b/ftdetect/bicep.lua
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.bicep set filetype=bicep
+]]