From 06e5041f69ebe87f0baed14128768cc466ca111e Mon Sep 17 00:00:00 2001 From: patopesto <34312921+patopesto@users.noreply.github.com> Date: Sun, 10 Mar 2024 05:10:15 -0400 Subject: [PATCH] Add PIO Syntax (#8880) --- repository/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/p.json b/repository/p.json index 0d358c2d878..fb78a08ce40 100644 --- a/repository/p.json +++ b/repository/p.json @@ -1555,6 +1555,18 @@ } ] }, + { + "name": "PIO", + "details": "https://gitlab.com/patopest/Sublime-Text-PIO-Syntax", + "labels": ["language syntax"], + "author": "patopesto", + "releases": [ + { + "sublime_text": ">=4107", + "tags": true + } + ] + }, { "name": "Pipe Dream", "details": "https://github.com/billymoon/Sublime-Pipe-Dream",