This commit is contained in:
Rubin Bhandari 2024-04-11 20:18:12 +03:00 committed by GitHub
commit 87e785afed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,12 +35,17 @@ return {
end
vim.filetype.add({
extension = { rasi = "rasi" },
extension = { rasi = "rasi", rofi = "rasi", wofi = "rasi" },
filename = {
[".env"] = "dotenv",
["vifmrc"] = "vim",
},
pattern = {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/*.conf"] = "bash",
[".*/hypr/.*%.conf"] = "hyprlang",
["%.env%.[%w_.-]+"] = "dotenv",
},
})