Skip to content

Commit

Permalink
Add support for Database problems
Browse files Browse the repository at this point in the history
  • Loading branch information
myu-ekata committed Nov 23, 2020
1 parent 6bc22af commit f119830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name" : "LeetHub",
"description" : "Automatically integrate your code with LeetCode and GitHub",
"homepage_url": "https://github.com/QasimWani/LeetHub",
"version" : "0.0.5",
"version" : "0.0.6",
"author" : "Qasim Wani",
"browser_action": {
"default_icon": "assets/octocode.png",
Expand Down
5 changes: 4 additions & 1 deletion scripts/leetcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const languages =
"Scala" : ".scala",
"Rust" : ".rs",
"PHP" : ".php",
"TypeScript" : ".ts"
"TypeScript" : ".ts",
"MySQL" : ".sql",
"MS SQL Server" : ".sql",
"Oracle" : ".sql"
};

var TimeoutHandle = null;
Expand Down

0 comments on commit f119830

Please sign in to comment.