Initial release
- [edcadb9](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/edcadb9383d4895871648808b358963c498f401f): Add basic grammar for frontmatter
- [e0c8145](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/e0c8145b3e9c8d560940b8ce6694673ba3f87629): Add basic grammar for metadata pairs
- [94d0819](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/94d0819b47b0ea3a538225381ed94809b3380209): Add grammar for simple `body` node
- [f8353a1](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/f8353a148adc02747c19eb548563e69029ce269f): Add grammar to allow variables in frontmatter
Used nodes from `embedded_template`:
- `directive`
- `output_directive`
- [81dfc43](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/81dfc438d4bf8e43551b6ca7b0d1d0645b56b2e7): Allow to have only `body` node in template
- [0dd073c](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/0dd073cd72431305fcf3a18108895360c575a3f8): Extend `embedded template` grammar
- [02e4af7](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/02e4af770e7694fa0a11b225cd9b640b0399d7b5): Add `body` node to template grammar
- [86f236d](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/86f236d069f015380d1bda55c0ef514add07851b): Add basic grammar for frontmatter metadata
- [0601af9](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/0601af9aa90170cceafc1d4c3f624e1eb85e0015): Add grammar to allow `ejs` directives in `body` node
- [bce2f46](https://github.com/Hdoc1509/tree-sitter-hygen-template/commit/bce2f463fac2089500d0f9df37a8c56b74e22a2d): Only highlight valid frontmatter properties for `Hygen`