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 committed by windwp
parent 54531e98c7
commit d635afb546

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