Skip to content

VishalRaut2106/vscode

 
 

Repository files navigation

TOON for VS Code

VS Code extension for TOON (Token-Oriented Object Notation) format.

Features

  • Syntax highlighting for .toon files
  • File recognition with .toon extension
  • Language support with proper indentation and brackets

Example

# TOON syntax
name: John Doe
age: 30
active: true

address:
  street: 123 Main St
  city: New York

hobbies: [reading, coding, hiking]

Status

v0.1.0 - Basic syntax highlighting and file recognition ✅

Roadmap

  • 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)

Development

pnpm install
pnpm build

Links

Project Status & Roadmap

Following 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.

Documentation

Related Projects

License

MIT License – see LICENSE for details

About

Visual Studio Code extension for TOON format support

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.8%
  • JavaScript 10.2%