LunarVim/ftdetect/bicep.lua
2021-09-04 00:41:14 +04:30

3 lines
64 B
Lua

vim.cmd [[
au BufRead,BufNewFile *.bicep set filetype=bicep
]]