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

Cream Language

Mauya Apps

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

Cream Language — VS Code Extension

Syntax highlighting, snippets and language support for the Cream programming language.

Features

  • ✅ Syntax highlighting for .cream files
  • ✅ Code snippets for common patterns
  • ✅ Auto-closing brackets and quotes
  • ✅ Comment toggling with --
  • ✅ Code folding

Syntax Highlighting

Highlights:

  • Keywords: if, else, action, repeat, for each, while, struct, try...
  • Built-in functions: say, math, str_, file, net, list, table...
  • Constants: yes, no, empty, PI, E
  • Strings with {interpolation} support
  • Numbers, operators, lambda →, pipeline |
  • Comments --

Snippets

Prefix Description
say Print to console
if If condition
ife If/else condition
action Define a function
repeat Repeat N times
for For each loop
while While loop
struct Define a struct
try Try/catch
pipe Pipeline chain
net HTTP GET request
file Read a file
import Import .cream file

Example

-- Hello World
name = "World"
say "Hello, {name}!"

action greet(name, greeting = "Hello")
    return "{greeting}, {name}!"

numbers = [1, 2, 3, 4, 5]
result = numbers
    | filter(x → x % 2 == 0)
    | sum
say result

Links

  • Cream Language
  • Documentation

License

MIT © 2026 Mauya Apps

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