added <> to split-line

This commit is contained in:
Ivar Fatland
2025-01-16 17:04:01 +01:00
parent e36a51c54a
commit b02f1d1b00
+1
View File
@@ -299,6 +299,7 @@ do -- split line
['('] = ')', ['('] = ')',
['['] = ']', ['['] = ']',
['{'] = '}', ['{'] = '}',
['<'] = '>',
} }
local SPLIT_IGNORE_BETWEEN = { --single characters only local SPLIT_IGNORE_BETWEEN = { --single characters only
['"'] = '"', ['"'] = '"',