MFront Syntax Highlighting
Adds syntax highlighting for MFront files in Visual Studio Code. Based on C++ syntax, this extension enhances the readability of .mfront files.
📦 Installation
From the VS Code Marketplace
- Open Visual Studio Code
- Go to the Extensions tab (
Ctrl+Shift+X / Cmd+Shift+X on Mac)
- Search for
MFront Syntax Highlighting
- Click Install
Manual Installation
- Download the generated
.vsix file
- Install it using the following command:
code --install-extension vscode-mfront-syntax.vsix
🛠 Features
- 🌈 Syntax highlighting for
.mfront files
- 🔍 Support for MFront-specific keywords
- 📜 Based on C++ syntax for better compatibility
- 🚀 Auto-completion (in development)
🚀 Usage
Once the extension is installed, open a .mfront file in VS Code, and syntax highlighting will be applied automatically.
📢 Contribute
Contributions are welcome! To suggest improvements:
- Fork the repository
- Clone it locally:
git clone https://github.com/maxence-wz/vscode-mfront.git
- Make your changes and submit a Pull Request
📜 License
This extension is released under the MIT License.
⭐ If you find this extension useful, consider leaving a star on GitHub!
| |