prog8/syntax-files/NotepadPlusPlus
Irmen de Jong 0d4dd385b8 added '%ir' to write inline IR code, '%asm' is now only for real 6502 assembly.
(%ir is probably only used in the library modules for the virtual machine target)
2022-09-30 15:12:26 +02:00
..
Prog8.xml added '%ir' to write inline IR code, '%asm' is now only for real 6502 assembly. 2022-09-30 15:12:26 +02:00
README.md
screenshot.png
syntax-test.p8

Prog8 syntax highlighting file for Notepad++.

Created by meisl on Github. Thanks!

To install:

  • Open Notepad++
  • Menu Language | User Defined Language | Define your language...
  • Click Import..., then choose the xml file Prog8.xml

Notes:

  • After an update of Notepad++ you will have to import the xml file again.
  • Alternatively, you can select Language | User Defined Language | Open User Defined Language folder... and put the xml file there.