Update plugin.lua

This commit is contained in:
Victor Batarse 2024-06-09 01:31:25 -06:00 committed by GitHub
parent 85fe11f3a0
commit 08076ec41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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