feat: zon lsp integration
This commit is contained in:
parent
e2406b406c
commit
d80230cba5
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,11 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Zon
|
||||
- ZLS integration
|
||||
|
||||
### Changed
|
||||
|
||||
- Zon
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue