mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add tera filetypes
This commit is contained in:
parent
8f3383c037
commit
74dac88a53
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ o.shortmess = o.shortmess .. "S"
|
|||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".+.jinja.html"] = "htmldjango",
|
||||
[".+.html.tera"] = "htmldjango",
|
||||
[".+.tera"] = "htmldjango",
|
||||
[".+.tera.html"] = "htmldjango",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue