split line on | character
This commit is contained in:
@@ -630,6 +630,7 @@ do -- split line {{{1
|
|||||||
local SPLIT_DELIMETERS = { -- single characters only
|
local SPLIT_DELIMETERS = { -- single characters only
|
||||||
[','] = true,
|
[','] = true,
|
||||||
[';'] = true,
|
[';'] = true,
|
||||||
|
['|'] = true,
|
||||||
}
|
}
|
||||||
local SPLIT_BETWEEN = { -- single characters only
|
local SPLIT_BETWEEN = { -- single characters only
|
||||||
['('] = ')',
|
['('] = ')',
|
||||||
|
|||||||
Reference in New Issue
Block a user