Add Blade filetype

The only thing that's missing is it doesn't indent properly when you
close a tag, but otherwise it closes properly.
This commit is contained in:
Yussef Dalton 2024-05-13 12:54:47 +02:00 committed by Price Hiller
parent 6e69cc2751
commit 462b04fd96
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

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