TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Semantic highlighting doesn't work after updating to LSP 3.16 #221

Closed dhuebner closed 2 years ago

dhuebner commented 2 years ago

We need to fix SemanticHighlighting as ISemanticHighlightingStyleToTokenMapper is no longer supported.

Fixing means reimplement with the current available Xtext + LSP4J API

dhuebner commented 2 years ago

The current implementation works as expected. For further improvements and extensions we should open new issues