# Oak Liquid
A parser for Liquid2 templates written in Rust using the Oak framework.
## Features
- Parses Liquid2 syntax
- Supports standard Liquid2 constructs
- Integration with Oak ecosystem (LSP, highlighting, etc.)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
oak-liquid = "0.0.4"
```
## License
MPL-2.0