YouCompleteMe
YouCompleteMe copied to clipboard
Add new semantic token types
PR Prelude
Thank you for working on YCM! :)
Please complete these steps and check these boxes (by putting an x inside
the brackets) before filing your PR:
- [x] I have read and understood YCM's CONTRIBUTING document.
- [x] I have read and understood YCM's CODE_OF_CONDUCT document.
- [x] I have included tests for the changes in my PR. If not, I have included a rationale for why I haven't.
- [ ] I understand my PR may be closed if it becomes obvious I didn't actually perform all of these steps.
Why this change is necessary and useful
The decorator type was introduced in LSP 1.17.
The concept type is used by clangd.
Reported by @amosnier on gitter. The mapped value is just the first thing that came to my mind. Feel free to suggest bette alternatives.
[Please explain in detail why the changes in this PR are needed.]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.79%. Comparing base (
5d8a7fe) to head (0af031d). Report is 2 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #4232 +/- ##
==========================================
- Coverage 89.87% 89.79% -0.09%
==========================================
Files 37 37
Lines 4780 4780
==========================================
- Hits 4296 4292 -4
- Misses 484 488 +4
@mergifyio rebase
rebase
✅ Branch has been successfully rebased
Thanks for sending a PR!