mark askama files as jinja

This commit is contained in:
lelgenio 2022-05-06 16:29:10 -03:00
parent 23acfb1fde
commit e466cab299
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ hook global WinCreate .* %{
hook global BufCreate .*\.jsonc %[ set buffer filetype jsonc ]
hook global BufCreate .*\.blade.php %[ set buffer filetype blade ]
hook global BufCreate .*\.less %[ set buffer filetype less ]
hook global BufCreate .*\.tera %[
hook global BufCreate .*\.(tera|askama)\.?.* %[
require-module jinja
add-highlighter buffer/jinja ref jinja
]