Ctrl+P
Syntax highlighting for the Yeast and Bread programming languages.
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.
.yeast
.bread
;;
print
int
str
bool
while
if
else
equals
notequals
greater
less
\
Install the extension, then open any .yeast or .bread file — highlighting will apply automatically.
;; Hello World in Yeast str/message/Hello World! print/message exit/0
MIT