Skip to content

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:

  1. Open Notepad++.
  2. Click 'Language' --> 'Define your language...'
  3. Towards the top of the new window, click 'Import...' and point it to UDL.xml.
  4. Reload Notepad++.
  5. 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.

Clone this wiki locally