This means that function parameters are no longer highlighted as variable.other.cpp but instead as variable.parameter.cpp which is the more "correct" TextMate scope for them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66335
[clangd] Added special HighlightingKind for function parameters. ClosedPublic Authored by jvikstrom on Aug 16 2019, 2:24 AM.
Details Summary This means that function parameters are no longer highlighted as variable.other.cpp but instead as variable.parameter.cpp which is the more "correct" TextMate scope for them.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 16 2019, 3:28 AM Closed by commit rL369238: [clangd] Added special HighlightingKind for function parameters. (authored by jvikstrom). · Explain WhyAug 19 2019, 12:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 215827 clang-tools-extra/trunk/clangd/SemanticHighlighting.h
clang-tools-extra/trunk/clangd/SemanticHighlighting.cpp
clang-tools-extra/trunk/clangd/test/semantic-highlighting.test
clang-tools-extra/trunk/clangd/unittests/SemanticHighlightingTests.cpp
|