From 8b54b5ffbc1b6df383e36db1db53ec1f4e6eb307 Mon Sep 17 00:00:00 2001 From: okafke <65917827+okafke@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:34:26 +0200 Subject: [PATCH] Mention Jetbrains plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f42316d..fe5b718 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ For VS Code, you can install the [Poryscript extension](https://marketplace.visu For other editors with [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) support (e.g. emacs, neovim, lapce, zed, helix, etc.), some Poryscript bindings are supported here: https://github.com/Elsie19/treesitter-poryscript +There is also a [plugin](https://plugins.jetbrains.com/plugin/28746-poryscript) available for Jetbrains IDEs such as IntelliJ or CLion. + # Poryscript Syntax (How to Write Scripts) A single `.pory` file is composed of many top-level statements. The valid top-level statements are `script`, `text`, `movement`, `mart`, `mapscripts`, and `raw`.