Added
- **Snippets** for almost all PyBlade directives (e.g., `if`, `for`, `csrf`, `translate`) to enhance development speed.
- **Syntax highlighting** for PyBlade template files, improving readability.
- **Language server** is now included using TypeScript, resolving previous crashing issues.
Changed
- Language server is now stable, but error checking and diagnostics are not yet functional. This will be addressed in the next release.
Fixed
- Initial bugs leading to crashes when starting the language server.
Planned
- The next version will focus on implementing the **Language Server Protocol** (LSP) for **instant error tracking** and additional features.