mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
This commit is contained in:
@@ -408,7 +408,6 @@ function STHighlighter:on_win(topline, botline)
|
|||||||
hl_group = '@' .. token.type,
|
hl_group = '@' .. token.type,
|
||||||
end_col = token.end_col,
|
end_col = token.end_col,
|
||||||
priority = vim.highlight.priorities.semantic_tokens,
|
priority = vim.highlight.priorities.semantic_tokens,
|
||||||
right_gravity = false,
|
|
||||||
end_right_gravity = true,
|
end_right_gravity = true,
|
||||||
strict = false,
|
strict = false,
|
||||||
})
|
})
|
||||||
@@ -420,7 +419,6 @@ function STHighlighter:on_win(topline, botline)
|
|||||||
hl_group = '@' .. modifier,
|
hl_group = '@' .. modifier,
|
||||||
end_col = token.end_col,
|
end_col = token.end_col,
|
||||||
priority = vim.highlight.priorities.semantic_tokens + 1,
|
priority = vim.highlight.priorities.semantic_tokens + 1,
|
||||||
right_gravity = false,
|
|
||||||
end_right_gravity = true,
|
end_right_gravity = true,
|
||||||
strict = false,
|
strict = false,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user