feat: zon lsp integration

This commit is contained in:
FalsePattern 2025-03-11 14:07:59 +01:00
parent e2406b406c
commit d80230cba5
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,11 @@ Changelog structure reference:
## [Unreleased]
### Added
- Zon
- ZLS integration
### Changed
- Zon

View file

@ -73,6 +73,11 @@
serverId="ZigBrains"
languageId="zig"
/>
<languageMapping
language="Zon"
serverId="ZigBrains"
languageId="zon"
/>
<semanticTokensColorsProvider
serverId="ZigBrains"
class="com.falsepattern.zigbrains.lsp.highlighting.ZLSSemanticTokenColorsProvider"