Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tomato LanguageNew to Visual Studio Code? Get it now.
Tomato Language

Tomato Language

magentapenguin

|
2 installs
| (0) | Free
Syntax highlighting support for the cursed Tomato programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tomato Language Support

Syntax highlighting support for the cursed Tomato programming language in Visual Studio Code.

Parser and interpreter implementations available at https://github.com/magentapenugin/tomato.

Features

  • .tomato file recognition
  • Highlighting for Tomato keywords (assign, print, input, where, loop, function, etc.)
  • Number, string, boolean, and null token highlighting
  • Function declaration/call highlighting
  • Bracket, quote, and comment configuration

Example

input "Enter your name: " into name;
assign values = [1, 2, 3];
call push(values, 4);
print "Hello", name, values;

Release Notes

See CHANGELOG.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft