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.]