MNSP Language Support
Provides syntax highlighting and language support for MNSP (Multi Network Suspension Portal) files in Visual Studio Code.
Features
- Syntax Highlighting: Highlights MNSP-specific keywords like
portal and suspend until.
- File Association: Automatically recognizes
.mnsp files.
- Run Command: Run MNSP files directly from VS Code using Ctrl+Shift+R.
Requirements
- The MNSP engine must be installed and available in your PATH. Install it via
pip install mnsp-portal or from the MNSP repository.
Usage
- Open a
.mnsp file in VS Code.
- The syntax will be highlighted automatically.
- Press Ctrl+Shift+R to run the file using the MNSP engine.
Release Notes
0.0.1
Initial release with syntax highlighting and run command.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
- Toggle preview (
Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
- Press
Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!
| |