Issue 139952
Summary [Unsure]+[Syntax-Highlighting]: (VSCode) Some problems with syntax highlighting...
Labels new issue
Assignees
Reporter its-19818942118
    I have been using Clangd for some time now, and I love it!!! I have been trying to make a theme targeted for Clangd C++, but I have encountered some issues regarding syntax highlighting, as well as problems with the Textmate scopes, as some of the scope rules are just not sufficient to make the syntax colours more diverse.

The Problem:
An Example: `"entity.name.function"`, this scope rule targets pretty much all functions, which I do not want... as the specificity rules kill off some possibilities to enhance the overall coding experience and look of the theme... And there are many more problems like this.
Another Example:
`template <typename ... Args>` This has no rules to target `typename`, `...` (works in some cases but not always) & `Args` and many more, which limits further theming of some aspects of the code. That keeps inconsistencies with the Colour Scheme.

Solution: Add options for other specificities according to types. Functions and more...

Thank you.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to