From b5bf36771051422c113ddaf4ec485a38aa9045f2 Mon Sep 17 00:00:00 2001 From: Hritik Chaudhary <33057454+hritikchaudhary@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:58:23 +0530 Subject: [PATCH 1/2] add CPParser --- repository/c.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/c.json b/repository/c.json index e603ac75ced..909185ef0b4 100644 --- a/repository/c.json +++ b/repository/c.json @@ -3914,6 +3914,18 @@ } ] }, + { + "name": "CPParser", + "details": "https://github.com/hritikchaudhary/CPParser", + "author": "hritikchaudhary", + "labels": ["competitive-programming", "parser"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "CppBuilder", "details": "https://github.com/Sharlock93/CppBuilder", From 56a166a959ecb6c420427553667fece6926c398b Mon Sep 17 00:00:00 2001 From: Hritik Chaudhary <33057454+hritikchaudhary@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:59:03 +0530 Subject: [PATCH 2/2] addressed review coomments --- repository/c.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/repository/c.json b/repository/c.json index 909185ef0b4..3fb0be286c2 100644 --- a/repository/c.json +++ b/repository/c.json @@ -3893,6 +3893,17 @@ } ] }, + { + "name": "CP Parser", + "details": "https://github.com/hritikchaudhary/CPParser", + "labels": ["competitive-programming", "parser"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "cp2k-syntax", "details": "https://github.com/nholmber/cp2k-syntax", @@ -3914,18 +3925,6 @@ } ] }, - { - "name": "CPParser", - "details": "https://github.com/hritikchaudhary/CPParser", - "author": "hritikchaudhary", - "labels": ["competitive-programming", "parser"], - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, { "name": "CppBuilder", "details": "https://github.com/Sharlock93/CppBuilder",