From 0fe0f2b5546feddbc5faac8badb41a08ecf8ef51 Mon Sep 17 00:00:00 2001 From: Koya Narendra Date: Mon, 31 Jul 2023 09:38:55 +0530 Subject: [PATCH 1/3] update Sublime Code Editor in online-code-editors.json File in Frontend Category --- database/frontend/online-code-editors.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index 925b7ce09..ee4feb001 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -117,5 +117,12 @@ "url": "https://www.interviewbit.com/", "category": "frontend", "subcategory": "online-code-editors" + }, + { + "name": "Sublime Text", + "description": "Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It natively supports many programming languages and markup languages.", + "url": "https://www.sublimetext.com/", + "category": "frontend", + "subcategory": "online-code-editors" } ] \ No newline at end of file From 0149c1680b7799bcf9f7651b1d240d4cc3756539 Mon Sep 17 00:00:00 2001 From: Koya Narendra <84512164+NarendraKoya999@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:17:35 +0530 Subject: [PATCH 2/3] Update database/frontend/online-code-editors.json I committed your Valuable Suggestion Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- database/frontend/online-code-editors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index ee4feb001..f0ac9f7c9 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -120,7 +120,7 @@ }, { "name": "Sublime Text", - "description": "Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It natively supports many programming languages and markup languages.", + "description": "Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It supports many programming and markup languages.", "url": "https://www.sublimetext.com/", "category": "frontend", "subcategory": "online-code-editors" From 1fd9a1d44f7b36c74c95d0623a14a2b4deb9f6a4 Mon Sep 17 00:00:00 2001 From: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:03:43 +0530 Subject: [PATCH 3/3] Update online-code-editors.json --- database/frontend/online-code-editors.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index bac18a761..02a89ddf7 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -122,12 +122,14 @@ "name": "Sublime Text", "description": "Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It supports many programming and markup languages.", "url": "https://www.sublimetext.com/", - "category": "frontend", + "category": "frontend", "subcategory": "online-code-editors" }, - { + { "name": "GeeksforGeeks", "description": " It is a free online compiler and debugger where programmers and developers can compile and run their code.", "url": "https://ide.geeksforgeeks.org/", - } + "category": "frontend", + "subcategory": "online-code-editors" + } ]