[clang] [clang-tools-extra] [clangd] Support #embed highlighting in clangd (PR #212036)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 25 12:14:12 PDT 2026
https://github.com/HighCommander4 requested changes to this pull request.
Clangd does not send semantic tokens for any other preprocessor directives (`#define`, `#ifdef`, `#include`...), leaving those to client-side highlighting. I think it shouldn't be sending semantic tokens for `#embed` either.
https://github.com/llvm/llvm-project/pull/212036
More information about the cfe-commits
mailing list