From 60ba81a7962e9151742f1ffbf6e267da7447008d Mon Sep 17 00:00:00 2001 From: Libing Chen Date: Wed, 1 Jun 2022 15:48:50 -0700 Subject: [PATCH] Add JetBrains IDE plugin to readme (#1209) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68460dc..cab57e1 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,10 @@ You can install it from the command line by running: code --install-extension skellock.just ``` +### JetBrains IDEs + +A plugin for JetBrains IDEs by [linux_china](https://github.com/linux-china) is [available here](https://plugins.jetbrains.com/plugin/18658-just). + ### Kakoune Kakoune supports `justfile` syntax highlighting out of the box, thanks to TeddyDD.