vezel-dev / celerity

An expressive programming language for writing concurrent and maintainable software.
https://docs.vezel.dev/celerity
BSD Zero Clause License
9 stars 1 forks source link

Basic LSP implementation #62

Open alexrp opened 1 year ago

alexrp commented 1 year ago

The syntax/semantic analysis APIs should now be sufficient for a basic LSP implementation. We don't need to be super ambitious here - just performing semantic highlighting would be a great first step.

Depends on:

alexrp commented 1 year ago

e2dbe09 implemented syntax classification.

Now we just need to hook up an LSP handler to our workspace and classification APIs.

alexrp commented 1 year ago

Depends on: