prog8/syntax-files/NotepadPlusPlus
Irmen de Jong 25f25a8767 Get rid of sort() and reverse() builtin functions.
Sort() had too many gotchas and reverse() is kinda redundant you can loop in decreasing order through an array too.
2024-07-06 17:07:58 +02:00
..
2023-11-25 01:14:35 +01:00

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.