mIRC Scripting Language (Highlighting and Autocomplete)
mIRC mSL Sublime Text Syntax Highlighter and Autocomplete
Details
Installs
- Total 2K
- Win 1K
- Mac 200
- Linux 242
Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
mIRC-Scripting-Language-for-Sublime-Text
Updated for mIRC 7.77 (July 2024)
This project implements syntax highlighting and autocompletion for mIRC msl. It currently supports: - All /Commands - All $Identifiers - All on EVENTs - Goto Loop highlighting - Popups - #Groups - Comments (; and /*) - @Windows - Numerics - User Variables - Params ($1, $2, etc) - Operators (ison, iswm, $+, >=, <=, etc) - Logic (if, else, while, etc)
This project aims to make Sublime Text the premier choice for developing mIRC msl. If you encounter any problems, please create an issue.
Highlighting
Highlighting currently supports all commands and identifiers in mIRC. In addition “on/ctcp/raw events” will also highlight. I try to cover all cases including: commands on new line, commands inline, commands after a |, commands after a {, etc. I welcome any suggestions for improvement.
Auto Completion
Autocomplete will work for all /commands and $identifiers. They will display in the autocomplete popup. Additionally, I have added support for tabbing through the full syntax of /commands through /color (alphabetical). I am adding support for more and hope to support displaying the full syntax of all remaining commands and identifiers in the future.
Installation
Option 1 (Package Control)
This package is now available in Package Control. If you have Package Control installed: 1. Ctrl+Shift+P 2. Install Package 3. mIRC Scripting Language (Highlight and Autocomplete)
Option 2 (Manual)
- Copy mIRC-msl.sublime-syntax to Sublime\Data\Packages\User folder.
- Copy mIRC-msl.sublime-completions to Sublime\Data\Packages\User folder.
You may need to create the Packages\User folder.
Theme Support
A slightly modified theme has been provided in the Extras folder that supports all features of the highlighter.
To Activate: If you installed from package manager: Go to Tools->Select Color Scheme : Abdal Black Hackers
Otherwise: Copy the .tmTheme from the extras folder to your Sublime Text\Data\Packages\User folder. Then select the color scheme.
Themes should support the following scopes to support all styles of this highlighter: 1. comment.line.double-slash 2. constant.numeric 3. constant.numeric.line-number.find-in-files 4. entity.name.class 5. entity.name.function 6. entity.name.tag 7. Keyword.control 8. keyword.operator 9. punctuation.definition.comment 10. string 11. variable.parameter
Please see the provided theme to see all implemented features. If your theme doesn't work, let me know by filing an issue.
Bugs
Let me know if you find any bugs by submitting an Issue.
IRC Support
- Eneerge on EFnet
Special Thanks
Peace and Protection Script - Lots of complex code from this project that I use to test the highlighter.