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

This commit is contained in:
HyBer authored and GitHub committed 2024-04-23 08:54:32 +02:00
1 parent 9b4675ddde
commit 5fb4cf0d36
1 file changed
+2 -2
+2 -2
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",
}, },
}) })