File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,11 @@ function Builder:configure_group_name_modifier(group_name_modifier)
7474 return self
7575end
7676
77- --- Insert ranged highlight groups into self.highlights
78- --- neovim 0.9 is limited to two highlight groups for a range so choose the highest two
79- --- @param groups string[]
80- --- @param start number
81- --- @param end_ number | nil
77+ --- Insert ranged highlight groups into self.highlights
78+ --- neovim 0.9 is limited to two highlight groups for a range so choose the highest two
79+ --- @param groups string[]
80+ --- @param start number
81+ --- @param end_ number | nil
8282function Builder :_insert_highlight (groups , start , end_ )
8383 local top_two_groups = {}
8484 table.insert (top_two_groups , groups [# groups - 1 ])
You can’t perform that action at this time.
0 commit comments