[PATCH] D65395: [clangd] Added a skeleton for a semantic highlighting feature to the vscode extension.
Johan Vikström via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 01:36:58 PDT 2019
jvikstrom added a comment.
In D65395#1607889 <https://reviews.llvm.org/D65395#1607889>, @hokein wrote:
> The skeleton looks good, but apparently it does nothing (only enable the feature), do you have a small working prototype?
I've got a prototype that colors all the highlightings red, but it would make the CL become quite big if I added that as well. This felt like a reasonable place to divide it. Do you want me to add that as well or should I keep it as 2-3 CLs? (i.e. this -> TM scopes -> highlighting rendering)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65395/new/
https://reviews.llvm.org/D65395
More information about the cfe-commits
mailing list