From bdc23517564e022403ae3ea5c3649e512436da7f Mon Sep 17 00:00:00 2001 From: pycalc-plugin Date: Thu, 5 Dec 2024 22:15:19 +0300 Subject: [PATCH] Update p.json --- repository/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/p.json b/repository/p.json index ddc36675818..b7714e09246 100644 --- a/repository/p.json +++ b/repository/p.json @@ -3602,6 +3602,18 @@ "tags": true } ] + }, + { + "name": "pycalc", + "description": "The pycalc plugin enables the execution of python code directly within the editor upon pressing the Enter key.", + "details": "https://github.com/pycalc-plugin/sublime", + "labels": ["repl"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] } ] }