move file to use in treesitter module

This commit is contained in:
windwp 2021-03-10 12:26:30 +07:00
parent f0265b2f6e
commit 3662cba503

View File

@ -266,9 +266,10 @@ local function checkEndTag()
end
end
end
M.renameTag = function ()
checkStartTag()
checkEndTag()
end
M.setup()
return M