This extension adds syntax highlighting, IntelliSense, and more for the Tea programming language (.te files).
Features
Syntax Highlighting for keywords like if, while, return, and say.
Autocomplete for if, while, return, say, and for loops.
Custom Purple Theme for your Tea keywords, inspired by TypeScript and modern language styles.
Error Highlighting (future feature).
DISCLAIMER
This extension is still in BETA, so there may be bugs and/or missing features. Please report any issues or feedback you may have to arandomguycooler@gmail.com.
Example:
let message = "Hello, world!" # Create a new variable called "message"
say message # Print the value of "message"