mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(dot): use syntax sh
for dotenv files. Closes #3145
This commit is contained in:
parent
cfe87ba894
commit
42010d1dfb
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ return {
|
|||
vim.filetype.add({
|
||||
extension = { rasi = "rasi", rofi = "rasi", wofi = "rasi" },
|
||||
filename = {
|
||||
[".env"] = "dotenv",
|
||||
[".env"] = "sh",
|
||||
["vifmrc"] = "vim",
|
||||
},
|
||||
pattern = {
|
||||
|
@ -43,7 +43,7 @@ return {
|
|||
[".*/mako/config"] = "dosini",
|
||||
[".*/kitty/.+%.conf"] = "bash",
|
||||
[".*/hypr/.+%.conf"] = "hyprlang",
|
||||
["%.env%.[%w_.-]+"] = "dotenv",
|
||||
["%.env%.[%w_.-]+"] = "sh",
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue