Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MurlangNew to Visual Studio Code? Get it now.
Murlang

Murlang

Gabriel Estefanski

|
3 installs
| (0) | Free
A fun esoteric language inspired by Murlocs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Murlang - VS Code Support

This extension adds support for the Murlang language in Visual Studio Code, including syntax highlighting, snippets, and other features.

Features

  • Complete syntax highlighting for .mur files
  • Support for comments (// and /* */)
  • Highlighting for:
    • Function declarations (grrrfnrrg)
    • Data structures (rrkgr)
    • Arrays (grrip)
    • Control flow
    • Strings and numbers
    • Operators
    • Function parameters
    • Variables

Requirements

  • Visual Studio Code 1.60.0 or higher

Extension Settings

This extension does not add any specific settings at the moment.

Known Issues

  • No known issues at the moment.

Release Notes

0.1.0-beta

  • Initial beta release of Murlang language support
  • Complete syntax highlighting
  • Custom icon for .mur files

Note: This is a beta version. Some features may be incomplete or subject to change.

How to Use

  1. Install the extension
  2. Open or create a file with .mur extension
  3. Start coding with full syntax support

Download the installer on GitHub

Code Example

// Function example
grrrfnrrg example(blbtxt name) {
    grrr age = 25;
    mrgargl("Hello, " + name);
}

Contributing

Feel free to open issues or submit pull requests to improve the extension.

License

This project is licensed under the MIT License.

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