Adds syntax highlighting for MFront files in Visual Studio Code. Based on C++ syntax, this extension enhances the readability of .mfront files.
- Open Visual Studio Code
- Go to the Extensions tab (
Ctrl+Shift+X/Cmd+Shift+Xon Mac) - Search for
MFront Syntax Highlighting - Click Install
- Download the generated
.vsixfile - Install it using the following command:
code --install-extension vscode-mfront-syntax.vsix
- 🌈 Syntax highlighting for
.mfrontfiles - 🔍 Support for MFront-specific keywords
- 📜 Based on C++ syntax for better compatibility
- 🚀 Auto-completion (in development)
Once the extension is installed, open a .mfront file in VS Code, and syntax highlighting will be applied automatically.
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
This extension is released under the MIT License.
⭐ If you find this extension useful, consider leaving a star on GitHub!