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+X
on Mac) - Search for
MFront Syntax Highlighting
- Click Install
- Download the generated
.vsix
file - Install it using the following command:
code --install-extension vscode-mfront-syntax.vsix
- 🌈 Syntax highlighting for
.mfront
files - 🔍 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!