Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 6, 2024
1 parent 2907185 commit 94aa0de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lua/nvim-tree/renderer/builder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ function Builder:configure_group_name_modifier(group_name_modifier)
return self
end

--- Insert ranged highlight groups into self.highlights
--- neovim 0.9 is limited to two highlight groups for a range so choose the highest two
--- @param groups string[]
--- @param start number
--- @param end_ number|nil
---Insert ranged highlight groups into self.highlights
---neovim 0.9 is limited to two highlight groups for a range so choose the highest two
---@param groups string[]
---@param start number
---@param end_ number|nil
function Builder:_insert_highlight(groups, start, end_)
local top_two_groups = {}
table.insert(top_two_groups, groups[#groups - 1])
Expand Down

0 comments on commit 94aa0de

Please sign in to comment.