Merge pull request #143 from aadilayub/master

Add MDN docs to list of web search shortcuts
This commit is contained in:
Randall White 2022-09-22 14:16:39 -06:00 committed by GitHub
commit 0b1f919c84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,10 @@
matches: ["lib"],
queries: [(name: "Libraries.io", query: "libraries.io/search?q=")]
),
(
matches: ["mdn"],
queries: [(name: "Mozilla Developer Network", query: "developer.mozilla.org/search?q=")]
),
(
matches: ["npm"],
queries: [(name: "npm", query: "npmjs.com/search?q=")]