qlue-ls 0.7.0

A language server for SPARQL
Documentation
test target="":
	cargo test {{target}} --bin qlue-ls

start-monaco-editor:
	cd editor && npm install && npm run dev

build-native:
	cargo build --release --bin qlue-ls

build-wasm profile="release" target="web":
	wasm-pack build --{{profile}} --target {{target}}

watch-and-run recipe="test":
	watchexec --restart --exts rs --exts toml just {{recipe}}

publish:
	wasm-pack publish
	maturin publish
	cargo publish