mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
parent
a37c686d21
commit
143d3f1f32
@ -408,7 +408,6 @@ function STHighlighter:on_win(topline, botline)
|
||||
hl_group = '@' .. token.type,
|
||||
end_col = token.end_col,
|
||||
priority = vim.highlight.priorities.semantic_tokens,
|
||||
end_right_gravity = true,
|
||||
strict = false,
|
||||
})
|
||||
|
||||
@ -419,7 +418,6 @@ function STHighlighter:on_win(topline, botline)
|
||||
hl_group = '@' .. modifier,
|
||||
end_col = token.end_col,
|
||||
priority = vim.highlight.priorities.semantic_tokens + 1,
|
||||
end_right_gravity = true,
|
||||
strict = false,
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user