1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add tera filetype

This commit is contained in:
Mo 2022-10-23 18:10:06 +02:00
parent 59217fbffe
commit 85964425b0

View file

@ -53,5 +53,6 @@ o.shortmess = o.shortmess .. "S"
vim.filetype.add({
pattern = {
[".+.jinja.html"] = "htmldjango",
[".+.html.tera"] = "htmldjango",
},
})