chances / lsp-glib

Language Server Protocol SDK for GLib
MIT License
4 stars 0 forks source link
language-server language-server-protocol lsp

Vala Language Server Protocol

Vala LSP CI

An implementation of the Language Server Protocol written entirely in Vala.

Concepts

JSON-RPC

We use the jsonrpc-glib implementation of JSON-RPC.

Language Server Protocol

We strive to ensure that we implement all the types, request and notifications that are defined by the Language Server Protocol. Sometimes this is difficult due to the nature of LSP TypeScript upbringing, but the goal is 100% conformance with the protocol itself.

License

MIT License

Copyright © 2021 Snow Developments, LLC. All rights reserved.