This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

jvikstrom created this revision.Aug 16 2019, 2:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2019, 2:24 AM
This revision is now accepted and ready to land.Aug 16 2019, 3:28 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2019, 12:50 AM