This is a Visual Studio Code extension that adds support for mIRC Scripting Language.
- Syntax highlighting
- mIRC
- AdiIRC
- Snippets
- Alias constructors (constants, commands, identifiers, and command and identifier)
- Built-in commands (WIP)
- Built-in identifiers (WIP)
- Built-in events (WIP)
- Miscellaneous
- Error reporting (WIP)
All contributions are welcome.
The grammar was built based on highlightjs-mirc project, lol2k's vscode-mirc extension and Sreject's language-mircscript project.
Some test/examples were taken from: https://en.wikichip.org/wiki/mirc
This project is made available under the MIT License.
- Commands are restrcited to one line, i.e. $& is ignored.
- If/elseif/else/while must contain parentheses.