Merge c54af24ea921fed3d21a7f3eee009d79400c6fc1 into 965e8f905e9f1db5ce0b5e74329acf523cad464a

This commit is contained in:
Yussef Dalton 2024-05-13 09:48:27 -05:00 committed by GitHub
commit 4efb28c21d
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' },