Tip Tuesday - BML Syntax Highlighting and Auto-Complete in Notepad++
Summary:
How to get syntax highlighting and auto-complete for BML code in Notepad++.
Content:
When writing (or reading) a BML script in Notepad++, the two files in the attached zip allow syntax highlighting and auto-complete with some guidance on function parameters and return value type.
These are the instructions to set up the syntax highlighting:
1. Open Notepad++
2. Click Language > Define your language....
3. Click Import...
4. Browse for the BMLLang.xml file
5. Click Open
6. Click "OK" in the "Import successful." dialog box
7. Restart notepad++
You can customize the font and colors after the import.
OR you save the BMLLang.xml file at user directory AppData\Roaming\Notepad++ with file name userDefineLang.xml
Tagged:
3