mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 18:53:53 -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
a33dc74d47
commit
99af6de7cd
@ -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…
x
Reference in New Issue
Block a user