fix(dot): can't match kitty conf file (#3042)
This commit is contained in:
1 parent
9b4675ddde
commit
5fb4cf0d36
1 file changed
+2
-2
@@ -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",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in new issue
Block a user