mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

Javadoc highlight #333

Closed leaxoy closed 2 years ago

leaxoy commented 2 years ago

Problem Statement

In both vscode-java and coc-java, javadoc highlight different from regular document colors. In vscode-java:

image

and in coc-java:

image

but in nvim-jdtls:

image

Ideas or possible solutions

No response

mfussenegger commented 2 years ago

Neovim doesn't support syntax highlighting via semantic tokens yet. This is an upstream issue, nvim-jdtls only takes care of off-spec extensions, not of the core stuff.