fix(dot): can't match kitty conf file (#3042)

This commit is contained in:
HyBer
2024-04-23 14:54:32 +08:00
committed by GitHub
parent 9b4675ddde
commit 5fb4cf0d36

View File

@ -43,8 +43,8 @@ return {
pattern = {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/*.conf"] = "bash",
[".*/hypr/.*%.conf"] = "hyprlang",
[".*/kitty/.+%.conf"] = "bash",
[".*/hypr/.+%.conf"] = "hyprlang",
["%.env%.[%w_.-]+"] = "dotenv",
},
})