This commit is contained in:
Navid Sassan 2025-07-28 17:18:25 +02:00
parent ff1732f8c5
commit 3970cd5c97

View File

@ -60,7 +60,7 @@ M.example = function()
-- do not get stuck on lines that do not match above -- do not get stuck on lines that do not match above
print('did not match the line, node type: ', node:type(), ', line: ', line) print('did not match the line, node type: ', node:type(), ', line: ', line)
-- insert it anyway, we do not want to loose lines -- insert it anyway, we do not want to lose lines
table.insert(objects, { table.insert(objects, {
sort_line = line, sort_line = line,
lines = {line}, lines = {line},