This extension adds language support for the Useless Programming Language (UPL) to Visual Studio Code. UPL is a minimalist programming language designed to be as useless as possible while still being Turing complete. For more information about UPL, visit https://github.com/RedlineDevs/Useless-Programming-Language.
- Syntax highlighting for UPL files (
.uplextension) - Support for:
- Keywords (
if,else,let) - Built-in functions (
print,add,multiply,save) - Comments (single-line
//) - Strings (with escape sequences)
- Numbers and boolean values
- Keywords (
- Auto-closing pairs for brackets and quotes
- Code folding
- Basic language configuration
- Open VS Code
- Press
Ctrl+P(orCmd+Pon macOS) - Type
ext install RedlineDev.upl-language - Press Enter
Please just open an issue on the github repo.
Initial release of UPL language support:
- Basic syntax highlighting
- Language configuration
- Auto-closing pairs
- Code folding support