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
- Install the extension
- Open or create a file with
.mur extension
- 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.
| |