mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 07:13:56 -06:00
Merge c54af24ea921fed3d21a7f3eee009d79400c6fc1 into 965e8f905e9f1db5ce0b5e74329acf523cad464a
This commit is contained in:
commit
4efb28c21d
@ -16,6 +16,7 @@ M.tbl_filetypes = {
|
||||
'htmldjango',
|
||||
'eruby',
|
||||
'templ',
|
||||
'blade',
|
||||
}
|
||||
|
||||
-- stylua: ignore
|
||||
@ -34,6 +35,7 @@ local HTML_TAG = {
|
||||
'php',
|
||||
'twig',
|
||||
'xml',
|
||||
'blade',
|
||||
},
|
||||
start_tag_pattern = { 'start_tag', 'STag' },
|
||||
start_name_tag_pattern = { 'tag_name', 'Name' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user