Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Yeast/Bread SyntaxNew to Visual Studio Code? Get it now.
Yeast/Bread Syntax

Yeast/Bread Syntax

Charlie Tulip

|
3 installs
| (0) | Free
Highlighting for Yeast & Bread - https://github.com/SoftPankek7/Yeast/
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Yeast/Bread Language Support

Syntax highlighting for the Yeast and Bread programming languages.

What is Yeast?

Yeast is an improved transpiler for the Bread programming language, rewritten in Python. It compiles .yeast or .bread files to C, then to a native binary.

Features

  • Syntax highlighting for .yeast and .bread files
  • Comment highlighting (;;)
  • Keyword highlighting (print, int, str, bool, while, if, else, etc.)
  • Operator highlighting (equals, notequals, greater, less)
  • Number highlighting
  • Raw C escape highlighting (\)

Usage

Install the extension, then open any .yeast or .bread file — highlighting will apply automatically.

Example

;; Hello World in Yeast

str/message/Hello World!
print/message
exit/0

Links

  • Yeast on GitHub
  • Bread on GitHub
  • Yeast on the VSCode Marketplace

License

MIT

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