https://github.com/zephraph/typical-tools
A LSP Implementation for Typical
https://github.com/zephraph/typical-tools
language-server-protocol lsp
Last synced: 29 days ago
JSON representation
A LSP Implementation for Typical
- Host: GitHub
- URL: https://github.com/zephraph/typical-tools
- Owner: zephraph
- License: mit
- Created: 2024-08-29T02:25:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T09:59:37.000Z (about 2 months ago)
- Last Synced: 2025-03-19T09:14:32.765Z (about 1 month ago)
- Topics: language-server-protocol, lsp
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Typical Tools
A quick project to implement an LSP for [Typical](https://github.com/stepchowfun/typical)'s DSL using [Langium](https://langium.org/).
## Context
I built this at [Recurse](https://recurse.com) partly as a learning project, partly because I wanted to use Typical and I wanted some tooling for it. [Read my post](https://just-be.dev/rc/typical-lsp) to learn more.