Skip to content

Commit

Permalink
docs: use correct option: skip_tags -> skip_tag
Browse files Browse the repository at this point in the history
See windwp#170

Co-authored-by: nicoqh <[email protected]>
  • Loading branch information
PriceHiller and nicoqh committed May 19, 2024
1 parent 9b90325 commit 0121209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 0121209

Please sign in to comment.