[PATCH] D139926: [clangd] Add semantic tokens for angle brackets

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 10:16:44 PST 2023


ckandeler added a comment.

In D139926#4056585 <https://reviews.llvm.org/D139926#4056585>, @kadircet wrote:

> Especially as this comes as two different `HighlightingKind`s and they're likely to get colored differently, and having your matching brackets in different colors is quite annoying.

We can easily check the actual character at the given position in the client, so I could just merge the two highlighting kinds.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139926/new/

https://reviews.llvm.org/D139926



More information about the cfe-commits mailing list