mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-01 12:49:15 -06:00
docs: use correct option: skip_tags
-> skip_tag
See https://github.com/windwp/nvim-ts-autotag/pull/170 Co-authored-by: nicoqh <nicoqh@gmail.com>
This commit is contained in:
parent
54531e98c7
commit
d635afb546
@ -77,7 +77,7 @@ local filetypes = {
|
||||
'markdown',
|
||||
'astro', 'glimmer', 'handlebars', 'hbs'
|
||||
}
|
||||
local skip_tags = {
|
||||
local skip_tag = {
|
||||
'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'slot',
|
||||
'input', 'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr','menuitem'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user