@al8b/language-server
v0.1.13
Published
LSP server for LootiScript
Maintainers
Readme
@al8b/language-server
Language Server Protocol implementation for LootiScript and L8B authoring workflows.
Provided Features
- Completion
- Signature help
- Hover
- Go to definition
- References
- Rename
- Document and workspace symbols
- Formatting
- Quick fixes and refactors
- Semantic tokens
- Embedded JSON validation support
Public Surface
- Binary:
l8b-language-server - Main entrypoint:
src/server.ts
Notes
- Consumes
@al8b/lootiscriptfor language structure and@al8b/diagnosticsfor reporting. - This package is meant to be embedded by editors or editor extensions rather than used as an app-level library.
Scripts
bun run build
bun run clean