Skip to content

Support semantic tokens protocol #1721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ most popular Emacs packages like `company`, `flycheck` and `projectile`.
- Ivy integration - [lsp-ivy](https://github.com/emacs-lsp/lsp-ivy/)
- Treemacs integration -
[lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs)
- Semantic highlighting (as currently implemented by JDT LS and
unreleased builds of clangd, cf. [Semantic highlighting
spec](https://github.com/microsoft/vscode-languageserver-node/pull/367))
- Semantic highlighting (using either the theia semantic highlighting protocol as implemented by JDT LS and some versions of clangd, or the semantic tokens protocol defined by LSP 3.16)
- [which-key](https://github.com/justbur/emacs-which-key/) integration
for better discovery

Expand Down
Loading