VS Code extension for TOON (Token-Oriented Object Notation) format.
- Syntax highlighting for
.toonfiles - File recognition with
.toonextension - Language support with proper indentation and brackets
# TOON syntax
name: John Doe
age: 30
active: true
address:
street: 123 Main St
city: New York
hobbies: [reading, coding, hiking]
v0.1.0 - Basic syntax highlighting and file recognition ✅
- v0.0.x - Initial project setup ✅
- v0.1.x - Basic syntax highlighting ✅
- v0.2.x - Format validation (next)
- v0.3.x - Code formatting and auto-completion (planned)
- v1.0.0 - First stable release (planned)
pnpm install
pnpm buildFollowing semantic versioning towards 1.0.0:
- v0.0.x - Initial project setup, bare minimum structure (current)
- v0.1.x - Basic syntax highlighting and file recognition
- v0.2.x - Format validation and error detection
- v0.3.x - Code formatting and auto-completion
- v1.0.0 - First stable release with full TOON format support
See CONTRIBUTING.md for detailed guidelines.
- 📜 TOON Specification - Official specification
- 🐛 Issues - Bug reports and features
- 🤝 Contributing - Contribution guidelines
- toon - TypeScript implementation
- toon-python - Python implementation
- toon-rust - Rust implementation
MIT License – see LICENSE for details