.. [no ci]

This commit is contained in:
sxyazi 2023-10-16 00:58:48 +08:00
parent ae618ff955
commit e626fd9ad5
No known key found for this signature in database

View file

@ -8,6 +8,13 @@ ui = {
HORIZONTAL = false, HORIZONTAL = false,
VERTICAL = true, VERTICAL = true,
}, },
Position = {
NONE = 0,
TOP = 1,
RIGHT = 2,
BOTTOM = 3,
LEFT = 4,
},
} }
function ui.highlight_ranges(s, ranges) function ui.highlight_ranges(s, ranges)