Merge c54af24ea921fed3d21a7f3eee009d79400c6fc1 into 04089f0b7d7bb069fc9813beba6fabc3c2790e8f

This commit is contained in:
Yussef Dalton 2024-05-13 11:03:37 +00:00 committed by GitHub
commit 7a676f1d22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' },