-
I'm wondering if Semantic Token support is on the roadmap? I'm currently working of a project to create an editor and emulator for an toy MIPS variant used as a scripting language in a game. that variant has a working LSP built by the community that I managed to get working via wasm in a webworker. The LSP has beautiful Semantic Token support but doesn't support highlighting. As such I've had to build my own highlighting rules. These rules can't capture the same context as the lsp though. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It wasn't in roadmap, but seems pretty interesting task, so I will resolve it ASAP (when I would have time considering other projects) |
Beta Was this translation helpful? Give feedback.
-
Last (1.2.0) version should allow to use semantic tokens. It's a bit experimental, so by default turned off, but you could use it by setting in on like |
Beta Was this translation helpful? Give feedback.
It wasn't in roadmap, but seems pretty interesting task, so I will resolve it ASAP (when I would have time considering other projects)