neovim: add htmldjango to line limiter

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-23 20:50:26 +03:00
parent 95c704e96e
commit 50df3f2d77
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -46,12 +46,9 @@ in
"json" "json"
"yaml" "yaml"
"markdown" "markdown"
"html" "html,htmldjango"
"css" "css,scss,less"
"scss" "sql,psql"
"less"
"sql"
"psql"
]; ];
}) })
]; ];