mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
.. | ||
exe | ||
src/Wasp/LSP | ||
test | ||
.gitignore | ||
.hlint.yaml | ||
CHANGELOG.md | ||
hie.yaml | ||
LICENSE | ||
README.md | ||
waspls.cabal | ||
watch |
Waspls
This directory contains source code of the wasp
language server (aka waspls
)
and this README is aimed at the contributors to the project.
Overview
waspls
is implemented in Haskell. It depends on waspc
for parsing and
analyzing wasp source code. Cabal is currently configured to look in ../waspc
for the waspc
package, so do not move waspls
out of the wasp
repo without
adjusting this line in cabal.project
.
Usage
Use in any place an LSP server can be used. Run waspls --help
for usage
information.