You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2024. It is now read-only.
LSP doesn't help with syntax highlighting, only completions, diagnostics, fix-its, etc, but it might be nice to turn this into a one-stop-shop for Swift language support.
https://github.com/apple/sourcekit-lsp
https://docs.nova.app/api-reference/language-client/
https://github.com/apexskier/nova-typescript implements a language client for TypeScript
LSP doesn't help with syntax highlighting, only completions, diagnostics, fix-its, etc, but it might be nice to turn this into a one-stop-shop for Swift language support.