From d635afb54615c14da58ed2969e54320f014c98cd Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 13 May 2024 04:18:34 -0500 Subject: [PATCH] docs: use correct option: `skip_tags` -> `skip_tag` See https://github.com/windwp/nvim-ts-autotag/pull/170 Co-authored-by: nicoqh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b05da..5a1c6ab 100644 --- a/README.md +++ b/README.md @@ -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' }