feat(treesitter): allow capture text to be transformed

Co-authored-by: Lewis Russell <lewis6991@gmail.com>
This commit is contained in:
figsoda
2022-07-21 12:08:37 +01:00
parent 5c4b503d3c
commit bb8845340b
4 changed files with 28 additions and 2 deletions

View File

@@ -728,7 +728,7 @@ int x = INT_MAX;
return list
]]
eq({ 'offset!', 'set!' }, res_list)
eq({ 'gsub!', 'offset!', 'set!' }, res_list)
end)
end)
end)