achitek-ls 0.2.0

achitekfile language server
Documentation
# Achitek-ls

`achitek-ls` is a language server for Achitekfiles. It provides editor support
for authoring Achitek template blueprints, including diagnostics, completion,
hover, symbols, navigation, formatting, folding, selection ranges, and rename.

This repository also owns the published `achitekfile` parser and semantic
analysis crate, now located at `crates/achitekfile`. See
[ACHITEKFILE_MIGRATION.md](docs/ACHITEKFILE_MIGRATION.md) for the rationale and
release ownership notes.

> [!NOTE]
> For supported editor features, see [CAPABILITIES.md]docs/CAPABILITIES.md.

## Lend a helping hand 🫴

If you'd like to contribute to `achitek-ls`, check out
[CONTRIBUTING.md](CONTRIBUTING.md). If you're simply curious about the structure
of this project, take a peek at [ARCHITECTURE.md](docs/ARCHITECTURE.md).