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