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

Add askama

This commit is contained in:
Mo 2022-11-02 16:18:21 +01:00
parent f7445e73a8
commit 0a98551034

View file

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