Skip to content

chances/lsp-glib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.