From 37073194eb1cfc8db131fd4c26d5851b8c126ebc Mon Sep 17 00:00:00 2001 From: Koya Narendra <84512164+NarendraKoya999@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:05:44 +0530 Subject: [PATCH] chore: Added Sublime Text in Online Code Editors (#1447) --- 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 13a597a5a..02a89ddf7 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -118,6 +118,13 @@ "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 supports many programming and markup languages.", + "url": "https://www.sublimetext.com/", + "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.",