Merge pull request #1 from ydalton/fork

Add Blade filetype
This commit is contained in:
Price Hiller 2024-05-13 09:59:25 -05:00 committed by GitHub
commit eda9c78923
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' },