mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-26 01:13:53 -06:00
Update plugin.lua
This commit is contained in:
parent
85fe11f3a0
commit
08076ec41f
@ -100,7 +100,7 @@ local function setup_tag_configs()
|
||||
skip_tag_pattern = { "quoted_attribute_value", "tag_end", "attribute", "value" },
|
||||
}))
|
||||
|
||||
TagConfigs:add(base_cfg:extend("rust",{
|
||||
TagConfigs:add(html_tag_cfg:extend("rust",{
|
||||
start_tag_pattern = { 'open_tag' },
|
||||
start_name_tag_pattern = { 'node_identifier' },
|
||||
end_tag_pattern = { 'close_tag' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user