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