Official MelScript syntax highlighting and Material Design Icons for Visual Studio Code
This extension provides comprehensive support for the MelScript programming language in Visual Studio Code. It combines accurate syntax highlighting for .mel files with the beautiful Material Icon Theme, ensuring a complete and visually pleasing development environment.
- MelScript Syntax Highlighting: Full syntax highlighting support for
.melfiles, designed specifically for the MelScript language. - Material Design Icons: Integrated Material Icon Theme with specific icon support for MelScript files and project structures.
- Customizable: All the powerful customization features of the Material Icon Theme (folder themes, color customization, opacity, etc.) are available.
- Open Visual Studio Code
- Go to the Extensions view (
Ctrl+Shift+XorCmd+Shift+X) - Search for MelScript Support
- Click Install
Open any .mel file, and syntax highlighting will be applied automatically. The grammar supports:
- Basic control structures (
if,else,while,for) - Native types (
int,float,string,bool,void) - Function definitions and calls
- Comments and Strings
To activate the icon theme:
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) - Type
MelScript Icons: Activate Icon Theme - Select it to apply the icons.
You can customize the appearance of the icons (opacity, saturation, folder themes, etc.) via User Settings or Command Palette.
We welcome contributions! Please feel free to submit issues and pull requests to the GitHub repository.
This project integrates the Material Icon Theme to provide a rich visual experience for MelScript developers.
