mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(dot): kitty ft with bash treesitter highlights
This commit is contained in:
parent
3f4b1ff003
commit
7ef2dfd3ba
1 changed files with 2 additions and 1 deletions
|
@ -39,11 +39,12 @@ return {
|
||||||
pattern = {
|
pattern = {
|
||||||
[".*/waybar/config"] = "jsonc",
|
[".*/waybar/config"] = "jsonc",
|
||||||
[".*/mako/config"] = "dosini",
|
[".*/mako/config"] = "dosini",
|
||||||
[".*/kitty/.+%.conf"] = "bash",
|
[".*/kitty/.+%.conf"] = "kitty",
|
||||||
[".*/hypr/.+%.conf"] = "hyprlang",
|
[".*/hypr/.+%.conf"] = "hyprlang",
|
||||||
["%.env%.[%w_.-]+"] = "sh",
|
["%.env%.[%w_.-]+"] = "sh",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
vim.treesitter.language.register("bash", "kitty")
|
||||||
|
|
||||||
add("git_config")
|
add("git_config")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue