-
Notifications
You must be signed in to change notification settings - Fork 0
Using the UDL.xml file
Hydrogenn edited this page Jul 19, 2017
·
1 revision
Notepad++ features a User-defined language, in which you can define your own syntax for a language.
That UDL.xml file contains the specs for the BitP language. It isn't perfect, but it will help show what's going on.
To use it:
- Open Notepad++.
- Click 'Language' --> 'Define your language...'
- Towards the top of the new window, click 'Import...' and point it to UDL.xml.
- Reload Notepad++.
- Open any .bp file, and it should automatically update.
If you don't have Notepad++, there is currently no other way to do syntax highlighting.