Skip to content

Commit e281994

Browse files
committed
intellij syntax def file works for all jetbrains ides
1 parent 29fac12 commit e281994

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

syntax-files/IDEA/readme.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Prog8 syntax highlighting file for the suite of Jetbrains IDEs
2+
such as IntelliJ IDEA, Rider, and PyCharm.
3+
4+
Copy the file Prog8.xml to your IntelliJ/Rider/PyCharm filetypes folder.
5+
If this folder doesn't yet exist, simply create it.
6+
After installing this file, restart the IDE.
7+
8+
The exact location of that folder varies per operating system and
9+
IDE version, but for me it is this one currently this on Linux:
10+
11+
$HOME/.config/JetBrains/IntelliJIdea2024.3/filetypes/
12+
13+
For PyCharm on Mac OS, it is:
14+
15+
$HOME/Library/Application Support/JetBrains/PyCharm2024.3/filetypes/
16+
17+
And on Windows it is:
18+
19+
%USERPROFILE%\AppData\Roaming\JetBrains\PyCharm2024.3\filetypes\
20+
21+
etcetera.

0 commit comments

Comments
 (0)