Better C++/Clangd Support (default theme)
Opened this issue · 0 comments
lfod1997 commented
Adding some support for C++ development under Clangd (llvm-vs-code-extensions.vscode-clangd
) in default theme.
-
keyword.other.namespace.directive.cpp
andkeyword.other.namespace.definition.cpp
→ keyword (currently hittingstorage.type
) -
entity.other.attribute source.cpp
→ keyword (currently hittingentity.other.attribute
, looks like a type in both themes) - semantic
variable
:readonly functionScope
→ variable (currently hittingvariable.other.constant
) - semantic
class
:deduced defaultLibrary globalScope
("auto" keyword in type deduction) → keyword (currently hitting semanticclass
)