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)
74
74
return self
75
75
end
76
76
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
82
82
function Builder :_insert_highlight (groups , start , end_ )
83
83
local top_two_groups = {}
84
84
table.insert (top_two_groups , groups [# groups - 1 ])
You can’t perform that action at this time.
0 commit comments