mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-01 12:49:15 -06:00
Add htmldjango filetype
This commit is contained in:
parent
178e40a213
commit
887fcd9e45
@ -11,7 +11,8 @@ M.tbl_filetypes = {
|
||||
'xml',
|
||||
'php',
|
||||
'markdown',
|
||||
'glimmer','handlebars','hbs'
|
||||
'glimmer','handlebars','hbs',
|
||||
'htmldjango'
|
||||
}
|
||||
|
||||
M.tbl_skipTag = {
|
||||
@ -22,7 +23,7 @@ M.tbl_skipTag = {
|
||||
local ERROR_TAG = "ERROR"
|
||||
|
||||
local HTML_TAG = {
|
||||
filetypes = {'html', 'php', 'xml', 'markdown'},
|
||||
filetypes = {'html', 'php', 'xml', 'markdown', 'htmldjango'},
|
||||
start_tag_pattern = 'start_tag',
|
||||
start_name_tag_pattern = 'tag_name',
|
||||
end_tag_pattern = "end_tag",
|
||||
|
Loading…
Reference in New Issue
Block a user