Flowa Language Support
This extension provides syntax highlighting, code snippets, and file icon themes for the Flowa programming language.
Features
- Language Documentation: flowa-docs.vercel.app
- Syntax Highlighting: vivid colors for keywords, types, and literals.
- Micro-Animations: Setup for future animation support.
- File Icons: Custom icons for
.flowa files.
Usage
Create a file named hello.flowa and start typing:
print("Hello, Flowa!")
func calculate(x, y) {
return x + y
}
Installation
Manual Installation (.vsix)
- Download the
flowa-0.1.0.vsix file.
- Open VS Code.
- Go to the Extensions view (Ctrl+Shift+X).
- Click the "..." menu in the top-right corner.
- Select "Install from VSIX...".
- Choose the downloaded file.
Requirements
- VS Code 1.70.0 or higher.
Release Notes
0.1.2
- Initial release with basic syntax highlighting and icon theme.
Feedback & Support
| |