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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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