fix(dot): kitty ft with bash treesitter highlights

This commit is contained in:
Folke Lemaitre
2024-12-07 20:52:48 +01:00
parent 3f4b1ff003
commit 7ef2dfd3ba

View File

@ -39,11 +39,12 @@ return {
pattern = {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/.+%.conf"] = "bash",
[".*/kitty/.+%.conf"] = "kitty",
[".*/hypr/.+%.conf"] = "hyprlang",
["%.env%.[%w_.-]+"] = "sh",
},
})
vim.treesitter.language.register("bash", "kitty")
add("git_config")