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:
Price Hiller 2024-05-13 04:18:34 -05:00
parent a062fe5f7d
commit 629011167b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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'
}