mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 06:03:54 -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
a062fe5f7d
commit
c54af24ea9
@ -16,6 +16,7 @@ M.tbl_filetypes = {
|
||||
'htmldjango',
|
||||
'eruby',
|
||||
'templ',
|
||||
'blade',
|
||||
}
|
||||
|
||||
-- stylua: ignore
|
||||
@ -33,6 +34,7 @@ local HTML_TAG = {
|
||||
'markdown',
|
||||
'php',
|
||||
'xml',
|
||||
'blade',
|
||||
},
|
||||
start_tag_pattern = { 'start_tag', 'STag' },
|
||||
start_name_tag_pattern = { 'tag_name', 'Name' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user