Update .config/nvim/lua/config/options.lua
This commit is contained in:
parent
a9f4745d8e
commit
31bfd53af5
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ vim.filetype.add({
|
||||||
},
|
},
|
||||||
filename = {
|
filename = {
|
||||||
[".env"] = "conf",
|
[".env"] = "conf",
|
||||||
|
["Caddyfile"] = "Caddyfile",
|
||||||
},
|
},
|
||||||
pattern = {
|
pattern = {
|
||||||
["%.env%.[%w_.-]+"] = "conf",
|
["%.env%.[%w_.-]+"] = "conf",
|
||||||
|
|
Loading…
Reference in a new issue