all repos

init.lua @ 73ee09dd4365495278b0001b6f2951afd0591b36

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(filetype): add pattern for django templates
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-07-31 22:32:29 +0300
Parent: 275d43d
M filetype.lua

@@ -15,5 +15,6 @@ },

pattern = { [".env.*"] = "sh", ["*.Dockerfile.*"] = "dockerfile", + ["*/templates/**/*.html"] = "htmldjango", }, }