Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Mylang Syntax Name by MarcosCodeNew to Visual Studio Code? Get it now.
Mylang Syntax Name by MarcosCode

Mylang Syntax Name by MarcosCode

Marcos Code

|
2 installs
| (0) | Free
Syntax highlighting for Mylang in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mylang Syntax Highlighting Extension

Overview

Mylang is a Visual Studio Code extension that provides syntax highlighting for the Mylang programming language. This extension improves code readability by applying colorization rules to keywords, strings, comments, and other language elements.

Features

  • Syntax highlighting for Mylang (.my files)
  • Support for single-line (// comment) and multi-line (/* comment */) comments
  • Keyword highlighting (if, while, for, return, etc.)
  • String highlighting with escape sequence support

Installation

From the Marketplace

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for Mylang and install the extension.

Manual Installation

  1. Download the .vsix package.
  2. Open a myminal and run:
    code --install-extension Mylang-<version>.vsix
    

Usage

  • Open a .my file, and syntax highlighting will be applied automatically.
  • Ensure the language mode is set to Mylang (check the bottom-right corner of VS Code).

Requirements

  • Visual Studio Code (latest version recommended)
  • Node.js and vsce if you want to build or modify the extension

Known Issues

  • Currently, no known issues. Feel free to report any problems in the repository.

Release Notes

1.0.0

  • Initial release with syntax highlighting support.

Contributing

Contributions are welcome! Open an issue or submit a pull request on the project repository.


Enjoy coding in Mylang!

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