This repository provides syntax highlighting support for the Mugen programming language in Notepad++.
Mugen (M.U.G.E.N) is a freeware 2D fighting game engine created by Elecbyte in 1999
UDL stands for User-defined Language. This resource enhances the coding experience for Mugen authors using Notepad++. It offers syntax highlighting for Mugen 1.0 and 1.1, supporting both light and dark modes and all of the preset themes available in Notepad++
Seamless integration with your preferred Notepad++ theme for a comfy and personalized coding environment.
▪ Block controllers
▪ Block parameters
▪ Block headers
▪ Parameter literal values
▪ Strings
▪ Flags
▪ Constants
▪ Numbers
▪ Triggers
This feature was implemented to enhance the tracking and management of logic flow within the code, especially in complex scenarios involving multiple triggers within long blocks. The color scheme chosen for Trigger highlighting is a carefully selected muted shade of pastel blue-purple, which allows it to seamlessly blend with all preset themes in Notepad++
- Download the Mugen-UDL XML file: Navigate to Mugen-UDL on GitHub and click the
mugen-udl.xml
file and download it - Open Notepad++: Don't have Notepad++ yet? Download it here.
- Import the UDL file:
▪ Go to the "Language" menu
▪ Navigate to "User Defined Language"
▪ Select "Define your language..."
▪ Inside the UDL dialog, click the "Import" button
▪ Locate and click on the downloadedmugen-udl.xml
file
▪ Click "Open" to import the Mugen UDL - Restart Notepad++: After seeing an "Import successful." prompt, Notepad++ can be closed
- Navigate to the "Language" menu: After restarting Notepad++ the Mugen syntax highlighting will be available in the "Language" menu.
▪ Highlighting may not display correctly for nested brackets.
Mugen-UDL project! 🍪