mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add autotag to htmldjango
This commit is contained in:
parent
29a9a669c8
commit
4b7d6ef8b1
1 changed files with 4 additions and 0 deletions
|
@ -31,5 +31,9 @@ require("nvim-treesitter.configs").setup({
|
|||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
filetypes = { "html", "htmldjango" },
|
||||
},
|
||||
})
|
||||
|
||||
-- Temporary workaround for autotag in htmldjango until a parser exists
|
||||
require("nvim-treesitter.parsers").filetype_to_parsername.htmldjango = "html"
|
||||
|
|
Loading…
Reference in a new issue