mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 18:53:53 -06:00
fix(svelte): use correct close tag patterns
See https://github.com/windwp/nvim-ts-autotag/pull/167 Co-authored-by: "roy.crippen4" <roy.crippen4@archarithms.com>
This commit is contained in:
parent
42c89e163b
commit
ae27db72e4
@ -83,8 +83,8 @@ local SVELTE_TAG = {
|
||||
start_name_tag_pattern = { 'tag_name' },
|
||||
end_tag_pattern = { 'end_tag' },
|
||||
end_name_tag_pattern = { 'tag_name' },
|
||||
close_tag_pattern = { 'ERROR' },
|
||||
close_name_tag_pattern = { 'ERROR', 'erroneous_end_tag_name' },
|
||||
close_tag_pattern = { 'erroneous_end_tag' },
|
||||
close_name_tag_pattern = { 'erroneous_end_tag_name' },
|
||||
element_tag = { 'element' },
|
||||
skip_tag_pattern = { 'quoted_attribute_value', 'end_tag' },
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user