prog8/syntax-files/IDEA
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
..
Prog8.xml Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
readme.txt mention syntax highlighting files in the docs 2022-10-25 21:24:38 +02:00

Prog8 syntax highlighting file for IntelliJ IDEA and Jetbrains Rider.

Copy the file Prog8.xml to your IDEA/Rider filetypes folder.
If this folder doesn't yet exist, simply create it.
After installing this file, restart the IDEA.

The exact location of the folder varies per operating system and
IDE version, but for me it is currently this on Linux:

  $HOME/.config/JetBrains/IntelliJIdea2021.3/filetypes/