Skip to content

Commit 23a65fb

Browse files
committed
feat(#2415): create combined highlight groups
1 parent e2f0ef0 commit 23a65fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/nvim-tree/renderer/builder.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ function Builder:configure_group_name_modifier(group_name_modifier)
7777
end
7878

7979
--- Insert ranged highlight groups into self.highlights
80-
--- @param groups string[]
81-
--- @param start number
82-
--- @param end_ number|nil
80+
---@param groups string[]
81+
---@param start number
82+
---@param end_ number|nil
8383
function Builder:_insert_highlight(groups, start, end_)
8484
table.insert(self.highlights, { groups, self.index, start, end_ or -1 })
8585
end

0 commit comments

Comments
 (0)