mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-30 14:09:14 -06:00
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:
parent
2b8cfab1ac
commit
bee717f49b
@ -13,6 +13,7 @@ M.tbl_filetypes = {
|
||||
'htmldjango',
|
||||
'eruby',
|
||||
'templ',
|
||||
'blade',
|
||||
}
|
||||
|
||||
-- stylua: ignore
|
||||
@ -31,6 +32,7 @@ local HTML_TAG = {
|
||||
'php',
|
||||
'twig',
|
||||
'xml',
|
||||
'blade',
|
||||
},
|
||||
start_tag_pattern = { 'start_tag', 'STag' },
|
||||
start_name_tag_pattern = { 'tag_name', 'Name' },
|
||||
|
Loading…
Reference in New Issue
Block a user